diff options
author | Christian Hofmaier | 2017-01-17 13:04:13 +0100 |
---|---|---|
committer | Christian Hofmaier | 2017-01-17 13:04:13 +0100 |
commit | 4badbadf0131bf6b4b62d8e337ff6020e66b35ff (patch) | |
tree | 2b629aceef2f8615b6feb553767627eba386426c /config.php.example | |
parent | [statistics_reporting] added ui to disable the reporting (diff) | |
download | slx-admin-4badbadf0131bf6b4b62d8e337ff6020e66b35ff.tar.gz slx-admin-4badbadf0131bf6b4b62d8e337ff6020e66b35ff.tar.xz slx-admin-4badbadf0131bf6b4b62d8e337ff6020e66b35ff.zip |
[statistics_reporting] added cronjob for weekly report
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 82fd1b77..41949fc8 100644 --- a/config.php.example +++ b/config.php.example @@ -30,6 +30,8 @@ define('CONFIG_PROXY_CONF', '/opt/openslx/proxy/config'); define('CONFIG_DOZMOD_URL', 'http://127.0.0.1:9080'); define('CONFIG_DOZMOD_EXPIRE', 60); +define('CONFIG_REPORTING_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/rpc/'); + // 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, |