summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
authorSimon Rettberg2016-07-12 16:55:13 +0200
committerSimon Rettberg2016-07-12 16:55:13 +0200
commite23f910a61ac65d138e86c0e4215802972d36d4f (patch)
tree60b67054b5ea6171d271e6cf929f8bcc8c6861ac /config.php.example
parent[exams] Show list of upcomfing exam lectures; allow adding exam period based ... (diff)
downloadslx-admin-e23f910a61ac65d138e86c0e4215802972d36d4f.tar.gz
slx-admin-e23f910a61ac65d138e86c0e4215802972d36d4f.tar.xz
slx-admin-e23f910a61ac65d138e86c0e4215802972d36d4f.zip
Update example config
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example6
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'
)