summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-03-31 05:19:49 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-05 21:46:05 +0200
commit6962c2b790b5428699fe5897de840d41090fcd37 (patch)
tree646a1dca1db5e801f70733ce6b30d8682241207f /config/config.default.php
parent9ca36bed3446cdd4060d7d6fa1025512d0922e0e (diff)
Legacy URL Support
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index ed40aaf9..c0b00715 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -43,6 +43,9 @@ return [
'1' => 'Engelsystem dark'
],
+ // Rewrite URLs with mod_rewrite
+ 'rewrite_urls' => true,
+
// Number of News shown on one site
'display_news' => 6,