diff options
Diffstat (limited to 'classes/handler/protected.php')
| -rw-r--r-- | classes/handler/protected.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/classes/handler/protected.php b/classes/handler/protected.php deleted file mode 100644 index a15fc0956..000000000 --- a/classes/handler/protected.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -class Handler_Protected extends Handler { - - function before(string $method): bool { - return parent::before($method) && !empty($_SESSION['uid']); - } -} |