From f28e2d97ffd02ab26357548f3252d0082629b7de Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 9 Apr 2014 21:00:11 +0200 Subject: [PATCH 1/1] setup: 200 ok only before echo --- www/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/setup.php b/www/setup.php index d89cf18..cbba4dd 100644 --- a/www/setup.php +++ b/www/setup.php @@ -52,8 +52,6 @@ foreach ($adapter as $classpart) { } } -header('HTTP/1.0 200 OK'); - $out = << @@ -102,5 +100,7 @@ $out .= << HTM; + +header('HTTP/1.0 200 OK'); echo $out; ?> -- 2.30.2