added a line of comment

This commit is contained in:
hyung-hwan 2010-10-20 13:00:13 +00:00
parent 8a56e4460f
commit 9df2db6f19

View File

@ -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 */