From 55c7c58228c7f8af46f2dfe244cc3ef4eb5cd962 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 7 Nov 2007 21:12:59 +0000 Subject: --- system/application/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/application') diff --git a/system/application/config/config.php b/system/application/config/config.php index c84a4d802..3b2ca4a14 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -139,7 +139,7 @@ $config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; | | Options are: TRUE or FALSE (boolean) | -| The two other items let you set the query string "words" that will +| The other items let you set the query string "words" that will | invoke your controllers and its functions: | www.your-site.com/index.php?c=controller&m=function | @@ -149,6 +149,7 @@ $config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; | */ $config['enable_query_strings'] = FALSE; +$config['directory_trigger'] = 'd'; $config['controller_trigger'] = 'c'; $config['function_trigger'] = 'm'; -- cgit v1.2.3-24-g4f1b