branch wieder master; layout orange

This commit is contained in:
2022-12-21 02:06:12 +01:00
parent 722f7a5cff
commit a4658286cf
6 changed files with 22 additions and 40 deletions

View File

@ -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;
}