diff options
Diffstat (limited to 'config/config.default.php')
-rw-r--r-- | config/config.default.php | 3 |
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, |