X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fheader.php;h=0313f88583d39f2c2deefa01e9f7bd96095b6b77;hb=29385a0483bbcbbe940a32a49d488b1d5add15c5;hp=8fa1486a728132568023dcc1b5a7b632fee2337d;hpb=b38e97d5419a80763653dc2cd61f0c418f2a8177;p=mailer.git diff --git a/inc/header.php b/inc/header.php index 8fa1486a72..0313f88583 100644 --- a/inc/header.php +++ b/inc/header.php @@ -20,6 +20,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -48,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