diff options
author | Simon Rettberg | 2019-10-25 17:32:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-10-25 17:32:05 +0200 |
commit | 26124f99d2b4c0afd90328448d0906af356ac191 (patch) | |
tree | 52ef6e8c6ebb7a1c198eaf27c91e7aa1e0e954db /config.php.example | |
parent | [minilinux] Create symlink for PXELINUX menu support (diff) | |
download | slx-admin-26124f99d2b4c0afd90328448d0906af356ac191.tar.gz slx-admin-26124f99d2b4c0afd90328448d0906af356ac191.tar.xz slx-admin-26124f99d2b4c0afd90328448d0906af356ac191.zip |
config.php.example: Remove deprecated CONFIG_REMOTE_ML
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.php.example b/config.php.example index b78ace80..94b33c47 100644 --- a/config.php.example +++ b/config.php.example @@ -15,8 +15,6 @@ 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_03'); - define('CONFIG_TFTP_DIR', '/srv/openslx/tftp'); define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot'); |