summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorChristian Rößler2016-09-09 18:05:35 +0200
committerChristian Rößler2016-09-09 18:05:35 +0200
commit9b24cfdde569e7333abcdc1255a438329e432906 (patch)
tree50a05d791d4c5734c16041c41667a4c267c09ceb /satellit_installer
parent[SSPS/SSUS] Added repos, tmate: litte refinements (diff)
parent[SSUS] Minor improvements (patch version, wait for ipxe compile, ...) (diff)
downloadsetup-scripts-9b24cfdde569e7333abcdc1255a438329e432906.tar.gz
setup-scripts-9b24cfdde569e7333abcdc1255a438329e432906.tar.xz
setup-scripts-9b24cfdde569e7333abcdc1255a438329e432906.zip
Merge branch 'master' of git.openslx.org:bwlp/setup-scripts
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'