Automated build for v0.01
This commit is contained in:
commit
791b998489
2771 changed files with 222096 additions and 0 deletions
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'];
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue