summaryrefslogtreecommitdiff
path: root/www-ssl/inc/secure.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-09 16:05:28 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-09 16:05:28 +0000
commit1d219f5c776b1ce403586f0458881e5a05940454 (patch)
treecd613caa6bafb062546722020986f6e97a1e98a2 /www-ssl/inc/secure.php
parent7e5f4a333273cbf230545dd345a7540b28409eb0 (diff)
funktion_schichtplan_Tage.php: endlosscheliede bei nur einer schicht
secure.php: filterung noict komplett git-svn-id: svn://svn.cccv.de/engel-system@28 29ba0400-6e00-0410-a75a-ca02368028f8
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;