diff --git a/conf/config.sample.php b/conf/config.sample.php index f0a865d..76567d1 100644 --- a/conf/config.sample.php +++ b/conf/config.sample.php @@ -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 ?> \ No newline at end of file