branch wieder master; layout orange
This commit is contained in:
@ -18,7 +18,7 @@ $returnData = new CMsg(0);
|
||||
|
||||
if ($_SERVER["REQUEST_METHOD"] != "POST")
|
||||
{
|
||||
$returnData = new CMsg(0, 404, 'Page Not Found!');
|
||||
$returnData = new CMsg(0, 404, 'Page Not Found! REQUEST_METHOD');
|
||||
echo $returnData->jsonarray();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user