From: Roland Häder Date: Fri, 22 Feb 2008 22:12:40 +0000 (+0000) Subject: Is set in config.php X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=53cc10802e09e149942cc5cdc5909e1374908836 Is set in config.php --- diff --git a/inc/libs/security_functions.php b/inc/libs/security_functions.php index 79599e4558..8c032b722a 100644 --- a/inc/libs/security_functions.php +++ b/inc/libs/security_functions.php @@ -60,12 +60,6 @@ $FATAL = array(); // Runtime quoting is off now... set_magic_quotes_runtime(false); -// Unregister all global variables because of vultures and surpress failed attemps -@import_request_variables(''); - -// Error reporting level -@error_reporting(E_ALL | E_STRICT); - // Check if important arrays are found and define them if missing if (!isset($_SERVER)) {