From 9df2db6f1952739bc4ce8e65a02e4b3d8839f1d7 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 20 Oct 2010 13:00:13 +0000 Subject: [PATCH] added a line of comment --- codepot/src/codepot/config/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/codepot/src/codepot/config/routes.php b/codepot/src/codepot/config/routes.php index 18d401ba..7e6106cb 100644 --- a/codepot/src/codepot/config/routes.php +++ b/codepot/src/codepot/config/routes.php @@ -43,6 +43,7 @@ $route['default_controller'] = "site"; $route['scaffolding_trigger'] = ""; +/* customized route to map @XXX to project/home/XXX */ $route['@(.+)'] = "project/home/$1"; /* End of file routes.php */