[eluser]The Spider[/eluser]
Hi,
What will happen if we give $config[‘permitted_uri_chars’]='' in config.php?
I have to search for keywords entered in a text box. The problem is that I am getting the message "The URI you submitted has disallowed characters." whenever the keyword contain single quote, + sign etc.
When I edited $config[‘permitted_uri_chars’]='', everything looks fine.
Can anyone tell me, is there any problem in doing this?
Thanks in advance.