diff options
author | Zach Copley <zach@status.net> | 2009-10-20 16:32:30 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-20 16:32:30 -0700 |
commit | 78e5a5980a21c04cfdacb993ca3c37bf65d21783 (patch) | |
tree | 6d4ef5e8b55ecd50607a7aebe556b961a37be842 /lib/router.php | |
parent | 5e536a66141fac332e77c5ea6e85aee6a9347ace (diff) |
Extract out Facebook app stuff into a plugin
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/router.php b/lib/router.php index a5b6a9a30..4fb0834fd 100644 --- a/lib/router.php +++ b/lib/router.php @@ -86,14 +86,6 @@ class Router $m->connect('doc/:title', array('action' => 'doc')); - // facebook - - $m->connect('facebook', array('action' => 'facebookhome')); - $m->connect('facebook/index.php', array('action' => 'facebookhome')); - $m->connect('facebook/settings.php', array('action' => 'facebooksettings')); - $m->connect('facebook/invite.php', array('action' => 'facebookinvite')); - $m->connect('facebook/remove', array('action' => 'facebookremove')); - // main stuff is repetitive $main = array('login', 'logout', 'register', 'subscribe', |