X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=surfbar.php;h=14e27b6559daa1e6e9d3e003eb7c16d047e753f8;hb=735545e765720a954a345bc068239e2fffa0dbe1;hp=8194064e4a21c565c488c4665abb0440eead29e0;hpb=916bba4f00ee924f0d88b8fc273dee5bfb798aed;p=mailer.git diff --git a/surfbar.php b/surfbar.php index 8194064e4a..14e27b6559 100644 --- a/surfbar.php +++ b/surfbar.php @@ -44,7 +44,7 @@ $GLOBALS['startTime'] = microtime(true); // Set module $GLOBALS['module'] = 'surfbar'; -$GLOBALS['output_mode'] = 0; +$GLOBALS['output_mode'] = '0'; $GLOBALS['header_sent'] = 3; // Load the required file(s) @@ -56,7 +56,7 @@ setContentType('text/html'); // Is a frame active? if (isGetRequestElementSet('frame')) { // Then we need to set header_sent to 0 - $GLOBALS['header_sent'] = 0; + $GLOBALS['header_sent'] = '0'; } // END - if // Only logged in users may use this surfbar!