diff msitegen.inc.php @ 229:cec8bd335163

Fix.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Nov 2013 17:28:41 +0200
parents 5bae42020034
children aad9ededea6c
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);
   }