diff options
author | Simon Rettberg | 2019-03-19 13:52:44 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-19 13:52:44 +0100 |
commit | cbb3d0f368347993b61fde2a49eecd66c2e56813 (patch) | |
tree | 42dd2b9e195ca588f25e79caa1b9639ad83bbb6d /config.php.example | |
parent | [roomplanner] Implement (auto)rotating SVG, make SVG pretty (diff) | |
download | slx-admin-cbb3d0f368347993b61fde2a49eecd66c2e56813.tar.gz slx-admin-cbb3d0f368347993b61fde2a49eecd66c2e56813.tar.xz slx-admin-cbb3d0f368347993b61fde2a49eecd66c2e56813.zip |
[statistics] Feature: BIOS update info
Fetch list of known BIOS updates that fix issues wrt.
bwLehrpool/OpenSLX/whatever it's called today.
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index 7bf3ad8b..0de6fd8d 100644 --- a/config.php.example +++ b/config.php.example @@ -32,6 +32,8 @@ define('CONFIG_DOZMOD_EXPIRE', 60); define('CONFIG_REPORTING_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/rpc/'); +define('CONFIG_BIOS_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/bios/list.json'); + define('CONFIG_PRODUCT_NAME', 'OpenSLX'); define('CONFIG_PRODUCT_NAME_LONG', 'OpenSLX Admin'); |