diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-10-02 04:22:20 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-10-02 04:22:20 +0100 |
| commit | d20f3544d74c0e4aeb1661a08b81aecc6a428b86 (patch) | |
| tree | 3b9bb44c78d3cc1cf3bba7d8da19ee47c5d88ae1 /backend.php | |
| parent | c4cbe62c711c25da8718da474d39aed4c5092426 (diff) | |
modified logo for graycube
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php index 4ff25c49f..65d1187a7 100644 --- a/backend.php +++ b/backend.php @@ -77,6 +77,7 @@ 1440 => "Daily", 10080 => "Weekly"); + $access_level_names = array( 0 => "User", 10 => "Administrator"); |