]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
More globals rewritten, see #100
[mailer.git] / surfbar.php
index 80e96057aa6887a3cea03f72000d4218f1d01497..5ed6a8aff7efde8a9addcd5d4a00175840e835d8 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action, $startTime, $SURFBAR_CACHE;
-$SURFBAR_CACHE = array();
+$GLOBALS['cache_array']['surfbar'] = array();
 $GLOBALS['startTime'] = microtime(true);
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what'] = "";
+$GLOBALS['action'] = "";
 
 // Set module
 $GLOBALS['module'] = "surfbar";