summaryrefslogtreecommitdiff
path: root/classes/handler/protected.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler/protected.php')
-rw-r--r--classes/handler/protected.php7
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']);
- }
-}