diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-29 15:23:13 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-29 15:23:13 +0100 |
commit | 51b7acda68a144d4e6d917f467a53d0299b326dd (patch) | |
tree | 5779c292220e83dbbe63accceee548f7f3a7aab7 /application | |
parent | cca742750745de665d8071b38d6e368bf54cd985 (diff) |
[ci skip] Clarify explanation of the 404_override setting in application/config/routes.php
Diffstat (limited to 'application')
-rw-r--r-- | application/config/routes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/routes.php b/application/config/routes.php index 001198615..d1a4419b7 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -59,8 +59,8 @@ | | $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. | */ |