changed the hex-ascii conversion style

This commit is contained in:
2015-03-16 01:54:29 +00:00
parent 2bdd1e5e45
commit 2337a0f09b
2 changed files with 91 additions and 7 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~%.:_@\-!*';
/*