]> git.mxchange.org Git - mailer.git/blobdiff - js.php
More queries and language constants rewritten
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 73f04b5a02af12f4fc2c0cdb0598cb6d8dfe5e0d..644639ab498ebc1f6fe11aaa9ff77d9836f29b25 100644 (file)
--- 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");