X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=surfbar.php;h=f6092ad36a3d29eb08fb748ab62be17f01a169ee;hb=06a24901c58897845bafc1e5b428fee99024bc64;hp=d119e1bd83ba59198cb06078d7fddaec8ff2a9fe;hpb=0fd6858b423d41e7eee9ffa3d5138d318e08cc1c;p=mailer.git diff --git a/surfbar.php b/surfbar.php index d119e1bd83..f6092ad36a 100644 --- a/surfbar.php +++ b/surfbar.php @@ -39,11 +39,9 @@ // Load security stuff here require('inc/libs/security_functions.php'); -// Init "action" and "what" +// Init surfbar cache and start time $GLOBALS['cache_array']['surfbar'] = array(); $GLOBALS['startTime'] = microtime(true); -$GLOBALS['what'] = ''; -$GLOBALS['action'] = ''; // Set module $GLOBALS['module'] = 'surfbar';