X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fsecurity_functions.php;h=7fc8a5ec11b4b2a9765d8a0abec56124d7ff3a3a;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hp=c57d1e4c6eb35a638e4fdc997c61ad449847e051;hpb=8d3bf54aa1908e05a733960e1d1d0b8ad7cf4ae0;p=mailer.git diff --git a/inc/libs/security_functions.php b/inc/libs/security_functions.php index c57d1e4c6e..7fc8a5ec11 100644 --- a/inc/libs/security_functions.php +++ b/inc/libs/security_functions.php @@ -151,17 +151,12 @@ if (!isset($_POST)) { $_POST = $GLOBALS['_POST']; } // END - if -// Include IP-Filter here -//include("/usr/share/php/ipfilter.php"); - // Generate arrays which holds the relevante chars to replace $GLOBALS['security_chars'] = array( // The chars we are looking for... - 'from' => array('{', '}', '/', '.', "'", '$', '(', ')', '{--', '--}', '{?', '?}', '%', ';', '[', ']', ':', '--'), + 'from' => array('/', '.', "'", '$', '(', ')', '{--', '--}', '{?', '?}', '%', ';', '[', ']', ':', '--'), // ... and we will replace to. 'to' => array( - '{OPEN_ANCHOR2}', - '{CLOSE_ANCHOR2}', '{SLASH}', '{DOT}', '{QUOT}',