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.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/handler/protected.php b/classes/handler/protected.php
index 4ce86534d..765b17480 100644
--- a/classes/handler/protected.php
+++ b/classes/handler/protected.php
@@ -5,4 +5,3 @@ class Handler_Protected extends Handler {
return parent::before($method) && $_SESSION['uid'];
}
}
-?>