summaryrefslogtreecommitdiffstats
path: root/application/config/routes.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-29 15:23:13 +0100
committerAndrey Andreev <narf@bofh.bg>2012-10-29 15:23:13 +0100
commit51b7acda68a144d4e6d917f467a53d0299b326dd (patch)
tree5779c292220e83dbbe63accceee548f7f3a7aab7 /application/config/routes.php
parentcca742750745de665d8071b38d6e368bf54cd985 (diff)
[ci skip] Clarify explanation of the 404_override setting in application/config/routes.php
Diffstat (limited to 'application/config/routes.php')
-rw-r--r--application/config/routes.php4
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.
|
*/