diff --git a/modifichePhpini b/modifichePhpini new file mode 100644 index 0000000..3135642 --- /dev/null +++ b/modifichePhpini @@ -0,0 +1,2 @@ +post_max_size = 60M +upload_max_filesize = 60M \ No newline at end of file diff --git a/private/common/config.local.php b/private/common/config.local.php index 75406c5..58e1f71 100644 --- a/private/common/config.local.php +++ b/private/common/config.local.php @@ -29,7 +29,7 @@ $currentSystem->apache->user = "var-www"; $currentSystem->apache->group = "var-www"; $currentSystem->apache->workdir = "/var/www"; // Il path in cui inserire la cartella con le pagine html -$currentSystem->remoteLocationPath = "http://10.0.0.249/fdn2/"; +$currentSystem->remoteLocationPath = "http://localhost/fdn2/"; $backupSystem = new stdClass(); $backupSystem->account = "40a911e14db8ad6faf0a0e7385e7c267"; diff --git a/private/lib/gui/GUIHandler.php b/private/lib/gui/GUIHandler.php index 84b6944..de12ba2 100644 --- a/private/lib/gui/GUIHandler.php +++ b/private/lib/gui/GUIHandler.php @@ -248,7 +248,7 @@ class GUIHandler { ?>