From 76c34fd983a70ed07497c4eaa219f14cf6af529c Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 20 Sep 2019 11:30:13 +0200 Subject: [PATCH] commented out faulty code --- 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