changed to use | instead of : in hex-ascii conversion

This commit is contained in:
2015-03-17 06:48:16 +00:00
parent 5e58b3eda2
commit 2702b84b81
3 changed files with 15 additions and 13 deletions

View File

@ -151,7 +151,7 @@ $config['subclass_prefix'] = 'MY_';
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
|
*/
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_@\-!*';
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_@\-!*|';
/*