Welcome Guest, Not a member yet? Register   Sign In
Allowed URL Characters
#2

[eluser]JHackamack[/eluser]
What your seeing is only part of the query:

Code:
if ( ! preg_match("|^[".str_replace(array('\\-', '\-'), '-', preg_quote($this->config->item('permitted_uri_chars'), '-'))."]+$|i", $str))

The i at the end of the preg_match means its case insensitive and thus insert and INSERT are treated the same.


Messages In This Thread
Allowed URL Characters - by El Forum - 02-10-2011, 10:18 AM
Allowed URL Characters - by El Forum - 02-10-2011, 11:30 AM
Allowed URL Characters - by El Forum - 02-10-2011, 11:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB