X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=js.php;h=644639ab498ebc1f6fe11aaa9ff77d9836f29b25;hp=73f04b5a02af12f4fc2c0cdb0598cb6d8dfe5e0d;hb=08b3c51b70b6498fd92a2760979d64470ad1b586;hpb=d5ee31ebfc85f22fc691b8c2753c42e188c1c4ef diff --git a/js.php b/js.php index 73f04b5a02..644639ab49 100644 --- a/js.php +++ b/js.php @@ -39,7 +39,8 @@ require("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; -$GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +$GLOBALS['what'] = ""; +$GLOBALS['action'] = ""; // This is a fake-CSS file loader, more a JavaScript loader... // This is in one way good and in one not. The whole reset part will be @@ -56,7 +57,7 @@ require("inc/config.php"); // Is this script installed and a JavaScript tag is provied? if ((isBooleanConstantAndTrue('mxchange_installed')) && (isset($_GET['tag']))) { // Set header - @header("Content-type: text/javascript"); + header("Content-type: text/javascript"); // Load header LOAD_INC_ONCE("inc/header.php");