]> git.mxchange.org Git - mailer.git/blobdiff - js.php
More globals rewritten, see #100
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 9ef588d72b62378a88d4f7c81ad9d8cb790a125e..ebbdbd789e2464e6520a031e1f5c274a7b84f919 100644 (file)
--- a/js.php
+++ b/js.php
@@ -38,7 +38,6 @@ define('_OB_CACHING', "old");
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action;
 $GLOBALS['what']   = "";
 $GLOBALS['action'] = "";
 
@@ -49,7 +48,8 @@ $GLOBALS['action'] = "";
 // pattern is given...
 //
 // But mxchange 0.3.0 will show that in better way! :D :D :D
-$GLOBALS['output_mode'] = "1"; $GLOBALS['module'] = "js";
+$GLOBALS['output_mode'] = "1";
+$GLOBALS['module'] = "js";
 
 // Load the required file(s)
 require("inc/config.php");