summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index b078250ad..a7606c5b7 100644
--- a/backend.php
+++ b/backend.php
@@ -132,6 +132,7 @@
$access_level_names = array(
0 => __("User"),
+ 5 => __("Power User"),
10 => __("Administrator"));
require_once "modules/pref-prefs.php";