summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.php.example b/config.php.example
index 0de6fd8d..b78ace80 100644
--- a/config.php.example
+++ b/config.php.example
@@ -43,18 +43,18 @@ define('CONFIG_PRODUCT_NAME_LONG', 'OpenSLX Admin');
// overriding the config.json entry
$MENU_CAT_OVERRIDE = array(
'main.content' => array(
- 'news', 'locations', 'exams', 'dozmod', 'translation'
+ 'news', 'locations', 'exams', 'dozmod', 'adduser', 'permissionmanager', 'locationinfo'
),
'main.settings-client' => array(
'sysconfig', 'baseconfig', 'minilinux'
),
'main.settings-server' => array(
- 'serversetup', 'vmstore', 'webinterface', 'backup'
+ 'serversetup', 'vmstore', 'webinterface', 'backup', 'dnbd3'
),
'main.status' => array(
'systemstatus', 'eventlog', 'syslog', 'statistics', 'statistics_reporting'
),
- 'main.beta' => array(
- 'locationinfo', 'rebootcontrol'
+ 'main.etc' => array(
+ 'rebootcontrol', 'runmode', 'translation'
)
); \ No newline at end of file