From 927e8e62f60148774505462b20bcf5ec2308e9e1 Mon Sep 17 00:00:00 2001 From: nao-pon Date: Fri, 10 Jan 2020 01:19:48 +0900 Subject: [PATCH] [doc,example] fix #3079 add connector.maximal.php-dist --- Jakefile.js | 1 + elfinder.html | 14 +- php/MySQLStorage.sql | 32 +- php/connector.maximal.php-dist | 426 +++++++++++++++++++++++++ php/connector.php-dist | 555 --------------------------------- 5 files changed, 462 insertions(+), 566 deletions(-) create mode 100644 php/connector.maximal.php-dist delete mode 100644 php/connector.php-dist diff --git a/Jakefile.js b/Jakefile.js index 27705fd74..9e3fc3af2 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -64,6 +64,7 @@ var dirmode = 0755, [ path.join(src, 'php', 'autoload.php'), path.join(src, 'php', 'connector.minimal.php-dist'), + path.join(src, 'php', 'connector.maximal.php-dist'), path.join(src, 'php', 'mime.types'), path.join(src, 'php', 'MySQLStorage.sql'), path.join(src, 'php', 'elFinderPlugin.php'), diff --git a/elfinder.html b/elfinder.html index 7a6006bcf..e40e7b41c 100644 --- a/elfinder.html +++ b/elfinder.html @@ -8,15 +8,15 @@ - +