From 6c84c1a29b57010b3f6b16395663bf6bbf4d268b Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Mon, 20 Jun 2011 18:59:08 -0400 Subject: Since contentList controller is being depreciated, removed the route for it --- config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.php') diff --git a/config/routes.php b/config/routes.php index 08aeacd..1da09b9 100644 --- a/config/routes.php +++ b/config/routes.php @@ -55,7 +55,7 @@ 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')); +//Router::connect('/anime/{:args}', array('controller' => 'anime', 'action' => 'view')); //Pagination route Router::connect('/{:controller}/{:action}/page:{:page:[0-9]+}'); -- cgit v1.2.3