summaryrefslogtreecommitdiff
path: root/classes/protected_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/protected_handler.php')
-rw-r--r--classes/protected_handler.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/protected_handler.php b/classes/protected_handler.php
deleted file mode 100644
index 5d8d690c3..000000000
--- a/classes/protected_handler.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-class Protected_Handler extends Handler {
-
- function before($method) {
- return parent::before($method) && $_SESSION['uid'];
- }
-}
-?>