This commit is contained in:
Beu 2019-10-23 17:49:00 +02:00
commit c0d66f4b25
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
define('_HTTP_DOMAIN','localhost:8080'); // domain/IP with port if needed
define('_HTTP_PATH','/');
define('_SIZE_LIMIT','2000000'); // in bytes
define('_PRETTY_URL', false);
define('_PRETTY_URL', false); // Based on htaccess
?>