fix?
This commit is contained in:
parent
12297cb9c9
commit
56b2daa3e6
@ -45,4 +45,5 @@ if(!isset($_POST['testaction'])){
|
|||||||
}
|
}
|
||||||
require_once('aaaadea');
|
require_once('aaaadea');
|
||||||
//http_response_code(200);
|
//http_response_code(200);
|
||||||
|
TestAction::returnLogAsText();
|
||||||
?>
|
?>
|
||||||
@ -10,7 +10,6 @@ class TestAction{
|
|||||||
}else{
|
}else{
|
||||||
self::logMessage('you have no authorization to do that', 'FAILURE');
|
self::logMessage('you have no authorization to do that', 'FAILURE');
|
||||||
}
|
}
|
||||||
self::returnLogAsText();
|
|
||||||
}
|
}
|
||||||
function execute(){
|
function execute(){
|
||||||
self::logMessage('Unoverridden execute called on TestAction: '.$this, 'FAILURE');
|
self::logMessage('Unoverridden execute called on TestAction: '.$this, 'FAILURE');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user