summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index 14df6f8d1..2a97ec6f0 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -1,20 +1,9 @@
<?php
-class Pref_System extends Handler_Protected {
+class Pref_System extends Handler_Administrative {
private $log_page_limit = 15;
- function before($method) {
- if (parent::before($method)) {
- if ($_SESSION["access_level"] < 10) {
- print __("Your access level is insufficient to open this tab.");
- return false;
- }
- return true;
- }
- return false;
- }
-
function csrf_ignore($method) {
$csrf_ignored = array("index");