diff options
author | Simon Rettberg | 2017-05-10 17:34:03 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-05-10 17:34:03 +0200 |
commit | a0cfcca354de52e59acbd6ce5ad76c3d4cc3daf7 (patch) | |
tree | 25a39415fbce435feda305da712458ea1493460d /config.php.example | |
parent | [statistics] Compat to old DB in conftgz hook (diff) | |
download | slx-admin-a0cfcca354de52e59acbd6ce5ad76c3d4cc3daf7.tar.gz slx-admin-a0cfcca354de52e59acbd6ce5ad76c3d4cc3daf7.tar.xz slx-admin-a0cfcca354de52e59acbd6ce5ad76c3d4cc3daf7.zip |
Update config.php example
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/config.php.example b/config.php.example index 41949fc8..074bba5a 100644 --- a/config.php.example +++ b/config.php.example @@ -15,7 +15,7 @@ define('CONFIG_SQL_FORCE_UTF8', true); define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs'); -define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_02'); +define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_03'); define('CONFIG_TFTP_DIR', '/srv/openslx/tftp'); define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot'); @@ -40,13 +40,16 @@ $MENU_CAT_OVERRIDE = array( 'main.content' => array( 'news', 'locations', 'exams', 'dozmod', 'translation' ), - 'main.settings-server' => array( - 'serversetup', 'vmstore', 'webinterface', 'backup' - ), 'main.settings-client' => array( 'sysconfig', 'baseconfig', 'minilinux' ), + 'main.settings-server' => array( + 'serversetup', 'vmstore', 'webinterface', 'backup' + ), 'main.status' => array( - 'systemstatus', 'eventlog', 'syslog', 'statistics' + 'systemstatus', 'eventlog', 'syslog', 'statistics', 'statistics_reporting' + ), + 'main.beta' => array( + 'locationinfo', 'rebootcontrol' ) );
\ No newline at end of file |