Welcome Guest, Not a member yet? Register   Sign In
permitted chars bug?
#1

[eluser]newsun[/eluser]
Okay, so I was working on adding @ chars to the URI characters list and found that if the - is not the last item on the list as below, the - does not work in the URI anymore.

Works:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\@-';

Does not work:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-\@';


Messages In This Thread
permitted chars bug? - by El Forum - 03-24-2009, 05:47 PM
permitted chars bug? - by El Forum - 03-24-2009, 06:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB