added a line of comment
This commit is contained in:
parent
8a56e4460f
commit
9df2db6f19
@ -43,6 +43,7 @@
|
|||||||
$route['default_controller'] = "site";
|
$route['default_controller'] = "site";
|
||||||
$route['scaffolding_trigger'] = "";
|
$route['scaffolding_trigger'] = "";
|
||||||
|
|
||||||
|
/* customized route to map @XXX to project/home/XXX */
|
||||||
$route['@(.+)'] = "project/home/$1";
|
$route['@(.+)'] = "project/home/$1";
|
||||||
|
|
||||||
/* End of file routes.php */
|
/* End of file routes.php */
|
||||||
|
Loading…
Reference in New Issue
Block a user