diff options
Diffstat (limited to 'application/config/routes.php')
-rw-r--r-- | application/config/routes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/routes.php b/application/config/routes.php index 474bda969..d1a4419b7 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -59,12 +59,12 @@ | | $route['404_override'] = 'errors/page_missing'; | -| This route will tell the Router what URI segments to use if those provided -| in the URL cannot be matched to a valid route. +| This route will tell the Router which controller/method to use if those +| provided in the URL cannot be matched to a valid route. | */ -$route['default_controller'] = "welcome"; +$route['default_controller'] = 'welcome'; $route['404_override'] = ''; /* End of file routes.php */ |