diff options
author | Simon Rettberg | 2020-02-27 14:13:17 +0100 |
---|---|---|
committer | Simon Rettberg | 2020-02-27 14:13:17 +0100 |
commit | aa6460e18e75d646f1bd8fc037b3280e7612f2de (patch) | |
tree | 220560a9cd80fdf9b2cad99621dd1e13f0158587 /config.php.example | |
parent | [rebootcontrol] Add "delete subnet" button (diff) | |
download | slx-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.example | 4 |
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 |