summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-02-19 00:04:22 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-02-19 00:04:22 +0100
commit06935e610645384faf3d3897585ed4be668d4795 (patch)
treeee1c3940378b10e2fdbafbb440fe7c70dd941762 /system/application
parent05a37a1ed0e12554e8d4fbd47712434853f7e6b2 (diff)
clarified in the config comment instructions that 'permitted_uri_chars' is a regular expression
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 72d38199c..6a7b85745 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -111,9 +111,9 @@ $config['subclass_prefix'] = 'MY_';
| Allowed URL Characters
|--------------------------------------------------------------------------
|
-| This lets you specify which characters are permitted within your URLs.
-| When someone tries to submit a URL with disallowed characters they will
-| get a warning message.
+| This lets you specify with a regular expression which characters are permitted
+| within your URLs. When someone tries to submit a URL with disallowed
+| characters they will get a warning message.
|
| As a security measure you are STRONGLY encouraged to restrict URLs to
| as few characters as possible. By default only these are allowed: a-z 0-9~%.:_-