summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-09 13:57:40 +0200
committerSimon Rettberg2016-09-09 13:57:40 +0200
commit0ea6840dbe3e9021883795babda234775db3df48 (patch)
treebea2347674c464302eb9e76975f1f92fb65a3888 /satellit_installer
parent[SSUS] A function should do what its name says (plus the code was pointless a... (diff)
downloadsetup-scripts-0ea6840dbe3e9021883795babda234775db3df48.tar.gz
setup-scripts-0ea6840dbe3e9021883795babda234775db3df48.tar.xz
setup-scripts-0ea6840dbe3e9021883795babda234775db3df48.zip
[SSPS] Update slxadmin config.php
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/static_files/slxadmin-config.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/satellit_installer/static_files/slxadmin-config.php b/satellit_installer/static_files/slxadmin-config.php
index 57fef2e..71b7167 100644
--- a/satellit_installer/static_files/slxadmin-config.php
+++ b/satellit_installer/static_files/slxadmin-config.php
@@ -15,7 +15,7 @@ define('CONFIG_SQL_FORCE_UTF8', false);
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');
@@ -31,6 +31,9 @@ define('CONFIG_DOZMOD_URL', 'http://127.0.0.1:9080');
define('CONFIG_DOZMOD_EXPIRE', 60); // 1 Minute
// Sort order for menu
+// Optional - if missing, will be sorted by module id (internal name)
+// Here it is also possible to assign a module to a different category,
+// overriding the config.json entry
$MENU_CAT_OVERRIDE = array(
'main.content' => array(
'news', 'locations', 'exams', 'dozmod', 'translation'