summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
authorSimon Rettberg2020-02-27 14:13:17 +0100
committerSimon Rettberg2020-02-27 14:13:17 +0100
commitaa6460e18e75d646f1bd8fc037b3280e7612f2de (patch)
tree220560a9cd80fdf9b2cad99621dd1e13f0158587 /config.php.example
parent[rebootcontrol] Add "delete subnet" button (diff)
downloadslx-admin-aa6460e18e75d646f1bd8fc037b3280e7612f2de.tar.gz
slx-admin-aa6460e18e75d646f1bd8fc037b3280e7612f2de.tar.xz
slx-admin-aa6460e18e75d646f1bd8fc037b3280e7612f2de.zip
Update translations
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php.example b/config.php.example
index 455840ff..df361ff9 100644
--- a/config.php.example
+++ b/config.php.example
@@ -47,12 +47,12 @@ $MENU_CAT_OVERRIDE = array(
'sysconfig', 'baseconfig', 'minilinux'
),
'main.settings-server' => array(
- 'serversetup', 'vmstore', 'webinterface', 'backup', 'dnbd3'
+ 'serversetup', 'vmstore', 'webinterface', 'backup', 'dnbd3', 'rebootcontrol'
),
'main.status' => array(
'systemstatus', 'eventlog', 'syslog', 'statistics', 'statistics_reporting'
),
'main.etc' => array(
- 'rebootcontrol', 'runmode', 'translation'
+ 'runmode', 'translation'
)
); \ No newline at end of file