Event Backend für das AdminPanel
This commit is contained in:
@@ -17,7 +17,6 @@ $data = json_decode($rawBody, true);
|
||||
if($data===null) die("Kein Body übertragen");
|
||||
|
||||
|
||||
var_dump($data);
|
||||
|
||||
$formexists=mysqli_execute_query($db_id,"SELECT COUNT(*) FROM `formulare` WHERE `id`=?;",[$data["id"]])->fetch_assoc()["COUNT(*)"]==1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user