Welcome Guest, Not a member yet? Register   Sign In
Issue with plus symbol when getting the value
#2

[eluser]InsiteFX[/eluser]
./application/config/config.php

Code:
/*
|--------------------------------------------------------------------------
| Allowed URL Characters
|--------------------------------------------------------------------------
|
| 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~%.:_-
|
| Leave blank to allow all characters -- but only if you are insane.
|
| 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~%.:_\-+&?';

Sometimes you will need to extend the URI class to modify it.


Messages In This Thread
Issue with plus symbol when getting the value - by El Forum - 09-25-2014, 11:19 PM
Issue with plus symbol when getting the value - by El Forum - 09-26-2014, 12:24 PM
Issue with plus symbol when getting the value - by El Forum - 09-26-2014, 09:03 PM
Issue with plus symbol when getting the value - by El Forum - 09-27-2014, 10:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB