Commit: 4e13e1ea52ae52cfef71ecd6bea7439b4d3277ba

Author: gwoo | Date: 2010-02-15 22:20:02 -0800
updating Router namespace for 0.6
diff --git a/config/routes.php b/config/routes.php index f4b9fa5..32e348d 100644 --- a/config/routes.php +++ b/config/routes.php @@ -1,6 +1,6 @@ <?php -use \lithium\http\Router; +use \lithium\net\http\Router; Router::connect('/bot/view/{:args}', array( 'plugin' => 'li3_bot', 'controller' => 'logs', 'action' => 'view'