Is set in config.php
authorRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2008 22:12:40 +0000 (22:12 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2008 22:12:40 +0000 (22:12 +0000)
inc/libs/security_functions.php

index 79599e4558dd6ace5280466af69a3b894f3ac18d..8c032b722af6bf1c0ae399a9125e7d755e044275 100644 (file)
@@ -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))
 {