Add support of pretty url

This commit is contained in:
Beu
2019-10-23 17:22:25 +02:00
parent f27d42a92a
commit f2ba5a4d7f
3 changed files with 18 additions and 6 deletions

View File

@ -4,4 +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);
?>