diff options
author | Simon Rettberg | 2016-07-12 16:55:13 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-07-12 16:55:13 +0200 |
commit | e23f910a61ac65d138e86c0e4215802972d36d4f (patch) | |
tree | 60b67054b5ea6171d271e6cf929f8bcc8c6861ac | |
parent | [exams] Show list of upcomfing exam lectures; allow adding exam period based ... (diff) | |
download | slx-admin-e23f910a61ac65d138e86c0e4215802972d36d4f.tar.gz slx-admin-e23f910a61ac65d138e86c0e4215802972d36d4f.tar.xz slx-admin-e23f910a61ac65d138e86c0e4215802972d36d4f.zip |
Update example config
-rw-r--r-- | config.php.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.php.example b/config.php.example index 67a45d18..82fd1b77 100644 --- a/config.php.example +++ b/config.php.example @@ -38,12 +38,12 @@ $MENU_CAT_OVERRIDE = array( 'main.content' => array( 'news', 'locations', 'exams', 'dozmod', 'translation' ), - 'main.settings-client' => array( - 'sysconfig', 'baseconfig', 'minilinux' - ), 'main.settings-server' => array( 'serversetup', 'vmstore', 'webinterface', 'backup' ), + 'main.settings-client' => array( + 'sysconfig', 'baseconfig', 'minilinux' + ), 'main.status' => array( 'systemstatus', 'eventlog', 'syslog', 'statistics' ) |