X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fsecurity_functions.php;h=02b5132855095765d3d3774993e246b41ca2c5ee;hp=5b5589359bb578d872be26063f7e714b8442d234;hb=3daede4c904e23905c3e48dd6749019deca0a0e0;hpb=c3b3af29e6e80926519ade146ac657c036782bd3 diff --git a/inc/libs/security_functions.php b/inc/libs/security_functions.php index 5b5589359b..02b5132855 100644 --- a/inc/libs/security_functions.php +++ b/inc/libs/security_functions.php @@ -59,10 +59,6 @@ function secureString ($str, $strip=true) { // Run only once this security check/exchange if (defined('__SECURITY')) return; -// Fatal messages goes here -global $FATAL; -$FATAL = array(); - // Runtime/GPC quoting is off now... @set_magic_quotes_runtime(false); @ini_set('magic_quotes_gpc', false); // This may not work on some systems