From 60bd7297bbf5004518359739a9a1d6d566e37426 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 20 Sep 2019 14:07:45 +0200 Subject: [PATCH] broke code on purpose to test the testing script --- 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 6b19552..e2d88f5 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