summaryrefslogtreecommitdiff
path: root/www-ssl/inc/secure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/inc/secure.php')
-rwxr-xr-xwww-ssl/inc/secure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/secure.php b/www-ssl/inc/secure.php
index ed3a514b..687289fc 100755
--- a/www-ssl/inc/secure.php
+++ b/www-ssl/inc/secure.php
@@ -10,7 +10,7 @@ foreach ($_GET as $k => $v)
$v = htmlspecialchars($v);
$v = mysql_escape_string($v);
// $v = htmlentities($v);
- if (preg_match('/([\"`])/', $v, $match))
+ if (preg_match('/([\'"`\'])/', $v, $match))
{
print "sorry get has illegal char '$match[1]'";
exit;