]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Fix for latest PHP 5.4.x changes
[mailer.git] / surfbar.php
index 4c1632f7338aacbe5227c8d1320538b69524dda6..1dc43451c404946ce55bc829dcac3d52e915e01b 100644 (file)
@@ -41,8 +41,8 @@ require('inc/libs/security_functions.php');
 // Init start time
 $GLOBALS['startTime'] = microtime(true);
 
-// Set module
-$GLOBALS['module'] = 'surfbar';
+// Set module output mode
+$GLOBALS['__module'] = 'surfbar';
 $GLOBALS['output_mode'] = '0';
 $GLOBALS['header_sent'] = 3;