From 60c40b5e8f5e1eb7e818209fe6c7706456c93817 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 20 Sep 2019 14:23:01 +0200 Subject: [PATCH] fixed problem again --- dev_mvc/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_mvc/index.php b/dev_mvc/index.php index e2d88f5..6b19552 100644 --- a/dev_mvc/index.php +++ b/dev_mvc/index.php @@ -43,7 +43,7 @@ $mvcController->executeModel(); if(!isset($_POST['testaction'])){ include_once("./view/content_pagetemplate.php"); } -require_once('aaaadea'); +//require_once('aaaadea'); //http_response_code(200); TestAction::returnLogAsText(); ?> \ No newline at end of file