X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=69477a7dc847bc199728c6894e5948d69559cee1;hp=9a1f4e1cd983c53720e2a7e750e64d7be57ac55e;hb=3ce031a4ae807dd16a6e08e3e592fe7128de724a;hpb=8cf27a4147da16cabc4917f313235021cf4c4e01 diff --git a/inc/functions.php b/inc/functions.php index 9a1f4e1cd9..69477a7dc8 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -134,7 +134,7 @@ function sendHttpHeaders () { $now = gmdate('D, d M Y H:i:s') . ' GMT'; // Send HTTP header - sendHeader('HTTP/1.1 200'); + sendHeader('HTTP/1.1 200 OK'); // General headers for no caching sendHeader('Expires: ' . $now); // RFC2616 - Section 14.21