1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

implement tiny-OOP routing

This commit is contained in:
Andrew Dolgov
2011-12-13 00:20:53 +04:00
parent 667a82727c
commit 3f3630529e
12 changed files with 1375 additions and 1408 deletions

View File

@@ -11,5 +11,9 @@ class Handler {
function before() {
return true;
}
function after() {
return true;
}
}
?>