From 51b7acda68a144d4e6d917f467a53d0299b326dd Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 29 Oct 2012 16:23:13 +0200 Subject: [ci skip] Clarify explanation of the 404_override setting in application/config/routes.php --- application/config/routes.php | 4 ++-- 1 file 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. | */ -- cgit v1.2.3-24-g4f1b