summaryrefslogtreecommitdiffstats
path: root/config/routes.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-02 17:02:07 -0700
committerraylu <raylu@mixpanel.com>2011-07-02 17:02:07 -0700
commit05a2b26d9038752a40348a3f226e44710833c49b (patch)
tree9bc3e49ac2e84b33ca5ff6e44eb7e5f2c02d13bf /config/routes.php
parent83483a1826d1d05e2f9733746f35fef1939b8c0a (diff)
downloadotakuhub-05a2b26d9038752a40348a3f226e44710833c49b.tar.xz
pull in dev branch changes
not pulled: swiftmailer, gzip
Diffstat (limited to 'config/routes.php')
-rw-r--r--config/routes.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes.php b/config/routes.php
index 1da09b9..7ac2567 100644
--- a/config/routes.php
+++ b/config/routes.php
@@ -53,10 +53,6 @@ if (!Environment::is('production')) {
Router::connect('/login', array('controller' => 'users', 'action' => 'login'));
Router::connect('/logout', array('controller' => 'users', 'action' => 'logout'));
-/* Content routes */
-//Router::connect('/anime', array('controller' => 'content', 'action' => 'anime'));
-//Router::connect('/anime/{:args}', array('controller' => 'anime', 'action' => 'view'));
-
//Pagination route
Router::connect('/{:controller}/{:action}/page:{:page:[0-9]+}');