changeset 229:cec8bd335163

Fix.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Nov 2013 17:28:41 +0200
parents e3dd18b58e6c
children 59bf02eb2587
files msitegen.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msitegen.inc.php	Mon Nov 18 14:15:09 2013 +0200
+++ b/msitegen.inc.php	Tue Nov 19 17:28:41 2013 +0200
@@ -57,7 +57,7 @@
 
   if ($statusSet)
   {
-    http_response_code($statusSet);
+    header("HTTP/1.0 ".$statusSet." ".$statusMsg);
     header("Status: ".$statusSet." ".$statusMsg);
   }