summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rwxr-xr-xconfig.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php b/config.php
index ae48a10..b623cca 100755
--- a/config.php
+++ b/config.php
@@ -50,6 +50,9 @@ $salt = ""; // fill in random string here, it will increase security of password
// (0 = no, 1 = yes)
$require_authentication = 1;
+// admin user who has access to all users locations
+$admin_user = "";
+
// allow automatic registration of new users
// (0 = no, 1 = yes)
$allow_registration = 0;