]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Code cleanup:
[mailer.git] / surfbar.php
index d119e1bd83ba59198cb06078d7fddaec8ff2a9fe..f6092ad36a3d29eb08fb748ab62be17f01a169ee 100644 (file)
 // 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';