diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-11-07 22:12:59 +0100 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-11-07 22:12:59 +0100 |
commit | 55c7c58228c7f8af46f2dfe244cc3ef4eb5cd962 (patch) | |
tree | 9604af4d9ef752b7862d6f33a76315b1d41aa353 | |
parent | a4d6b3fd9b950df78e17040ae764836391e900dd (diff) |
-rw-r--r-- | system/application/config/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
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';
|