summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-04-23 17:40:24 +0200
committerSimon Rettberg2015-04-23 17:40:24 +0200
commit47517c76094834d582121b84098c84c0bcb8353f (patch)
tree2d2d174956b0174e645ef246bb78ba1c683885b6 /index.php
parent+AGB, +DeleteUser feature (diff)
downloadbwlp-webadmin-47517c76094834d582121b84098c84c0bcb8353f.tar.gz
bwlp-webadmin-47517c76094834d582121b84098c84c0bcb8353f.tar.xz
bwlp-webadmin-47517c76094834d582121b84098c84c0bcb8353f.zip
Add AddUser mask for creating test accounts
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index b38753d..8e06975 100644
--- a/index.php
+++ b/index.php
@@ -106,6 +106,7 @@ User::load();
Render::addTemplate('main-menu', array(
'url' => urlencode($_SERVER['REQUEST_URI']),
'user' => User::getName(),
+ 'admin' => User::isAdmin(),
));
Message::renderList();