From 06935e610645384faf3d3897585ed4be668d4795 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 18 Feb 2008 23:04:22 +0000 Subject: clarified in the config comment instructions that 'permitted_uri_chars' is a regular expression --- system/application/config/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/application/config') 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~%.:_- -- cgit v1.2.3-24-g4f1b