broke code on purpose to test the testing script

This commit is contained in:
Andreas 2019-09-20 14:07:45 +02:00
parent a17f8c096e
commit 60bd7297bb

View File

@ -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();
?>