diff options
author | Janne Heß <janne@hess.ooo> | 2019-03-07 13:01:52 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2019-03-09 13:52:13 +0100 |
commit | afa4506e11f96d05a727e591301f98fb50f8fad4 (patch) | |
tree | ecca4d5bc66589c599b2c71e7d504da52fda7099 /config | |
parent | cd2f78924b41c70d1bc13fc45e0d025a56e32c48 (diff) |
Support alternative home sites
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php index 8467e144..8840a00c 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -69,6 +69,10 @@ return [ // Rewrite URLs with mod_rewrite 'rewrite_urls' => true, + // Redirect to this site after logging in or when pressing the top-left button + // Must be one of news, user_meetings, user_shifts, angeltypes, user_questions + 'home_site' => 'news', + // Number of News shown on one site 'display_news' => 6, |