From fe3572a7a914c933217ca2c3fbea3babb36faabc Mon Sep 17 00:00:00 2001 From: Andreas Date: Thu, 19 Sep 2019 13:29:09 +0200 Subject: [PATCH] workaround --- dev_mvc/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev_mvc/index.php b/dev_mvc/index.php index 2c4b617..50cd370 100644 --- a/dev_mvc/index.php +++ b/dev_mvc/index.php @@ -1,4 +1,5 @@ executeModel(); if(!isset($_POST['testaction'])){ include_once("./view/content_pagetemplate.php"); } - +http_response_code(200); ?> \ No newline at end of file