summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-08-06 12:30:30 +0200
committerGitHub <noreply@github.com>2018-08-06 12:30:30 +0200
commita3ce3ea23de2e38968ddc98baf330dfa1f544b1a (patch)
tree646a1dca1db5e801f70733ce6b30d8682241207f /config
parent9ca36bed3446cdd4060d7d6fa1025512d0922e0e (diff)
parent6962c2b790b5428699fe5897de840d41090fcd37 (diff)
Merge pull request #443 from MyIgel/legacy-url-support
UrlGeneratorInterface and "Legacy URL" support
Diffstat (limited to 'config')
-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,