]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
More globals rewritten, see #100
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index efa0cd53639c91cdb98a6241d15edb2212448649..ae8405559315cf130ba38c9c5d43d227b5728492 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -35,9 +35,9 @@
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action, $startTime;
 $GLOBALS['startTime'] = microtime(true);
 $GLOBALS['startTime'] = microtime(true);
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what'] = "";
+$GLOBALS['action'] = "";
 
 // Set module
 $GLOBALS['module'] = "beg";
 
 // Set module
 $GLOBALS['module'] = "beg";