X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=admin.php;h=97c2630822138078d590213a51edce7ba0603625;hp=3a173f4d9e9dfd8a87478e5c7339035144d21b8b;hb=439a544d74b0f34908b8524777c8c50294c03073;hpb=553913631a4cad484665f11a95a3d57717fb38d6 diff --git a/admin.php b/admin.php index 3a173f4d9e..97c2630822 100644 --- a/admin.php +++ b/admin.php @@ -32,16 +32,15 @@ ************************************************************************/ // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) ) -require_once("inc/libs/security_functions.php"); +require("inc/libs/security_functions.php"); // Init "action" and "what" -global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; // Set module $GLOBALS['module'] = "admin"; -$CSS = -1; +$GLOBALS['output_mode'] = -1; // Load the required file(s) require("inc/config.php");