From 7db2553658dc4c05ee077d8108b14f78cb38ef86 Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 23 Oct 2019 17:36:43 +0200 Subject: [PATCH] add a little comment about the pretty URL option --- conf/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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