Rewrites/fixes for handling config entries in SQLs
[mailer.git] / inc / header.php
index 06f8f74daa9e34cb9d44660525d4d3bf8f53444b..0313f88583d39f2c2deefa01e9f7bd96095b6b77 100644 (file)
@@ -49,6 +49,9 @@ $GLOBALS['page_header'] = '';
 
 // Is the header already sent?
 if (($GLOBALS['header_sent'] != 1) && ($GLOBALS['header_sent'] != 2)) {
+       // Set default HTTP status to "200 OK"
+       setHttpStatus('200 OK');
+
        // If not in CSS mode generate the header
        if (getOutputMode() != 1) {
                // Prepare the header for HTML output