From afa4506e11f96d05a727e591301f98fb50f8fad4 Mon Sep 17 00:00:00 2001 From: Janne Heß Date: Thu, 7 Mar 2019 13:01:52 +0100 Subject: Support alternative home sites --- config/config.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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, -- cgit v1.2.3-54-g00ecf