summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMark Campbell-Smith <mcampbellsmith@gmail.com>2014-04-01 17:28:27 +1100
committerMark Campbell-Smith <mcampbellsmith@gmail.com>2014-04-01 17:28:27 +1100
commit0ef0b52f3a8c45d8222729c1423f6139edf0695c (patch)
tree14db3bbfc3c0a7a162ce5ee93b925e28edd89576 /config.php
parent5a6901161d9680a36871d77f63c60acfe5e2703a (diff)
downloadRunnerUpLive-0ef0b52f3a8c45d8222729c1423f6139edf0695c.zip
add admin user
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;