summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-05 10:05:16 +0100
committerSimon Rettberg2019-03-05 10:05:16 +0100
commit783b49e12f5a96d217e950d9cc40f465b723cc7b (patch)
tree8596f0d6c19b5f80d6e8b86935e0a078c311325b /config.php.example
parent[syslog/locationinfo] Fix install script db refs (diff)
downloadslx-admin-783b49e12f5a96d217e950d9cc40f465b723cc7b.tar.gz
slx-admin-783b49e12f5a96d217e950d9cc40f465b723cc7b.tar.xz
slx-admin-783b49e12f5a96d217e950d9cc40f465b723cc7b.zip
[main] Make product name configurable
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example
index 074bba5a..7bf3ad8b 100644
--- a/config.php.example
+++ b/config.php.example
@@ -32,6 +32,9 @@ define('CONFIG_DOZMOD_EXPIRE', 60);
define('CONFIG_REPORTING_URL', 'https://bwlp-masterserver.ruf.uni-freiburg.de/rpc/');
+define('CONFIG_PRODUCT_NAME', 'OpenSLX');
+define('CONFIG_PRODUCT_NAME_LONG', 'OpenSLX Admin');
+
// 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,