This commit is contained in:
Andreas 2019-09-19 14:51:41 +02:00
parent 12297cb9c9
commit 56b2daa3e6
2 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,5 @@ if(!isset($_POST['testaction'])){
}
require_once('aaaadea');
//http_response_code(200);
TestAction::returnLogAsText();
?>

View File

@ -10,7 +10,6 @@ class TestAction{
}else{
self::logMessage('you have no authorization to do that', 'FAILURE');
}
self::returnLogAsText();
}
function execute(){
self::logMessage('Unoverridden execute called on TestAction: '.$this, 'FAILURE');