diff options
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index 13652434..6805f52e 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -37,7 +37,7 @@ $config['site_protocol'] = ''; * * This can be removed by using URL rewriting. */ -$config['index_page'] = 'index.php?'; +$config['index_page'] = 'index.php'; /** * Fake file extension that will be added to all generated URLs. Example: .html |