Automated build for v0.01
This commit is contained in:
7
classes/handler/protected.php
Normal file
7
classes/handler/protected.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class Handler_Protected extends Handler {
|
||||
|
||||
function before($method) {
|
||||
return parent::before($method) && $_SESSION['uid'];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user