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'];
|
||||
}
|
||||
}
|
1275
classes/handler/public.php
Executable file
1275
classes/handler/public.php
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user