This commit is contained in:
2025-05-01 11:59:43 +02:00
parent a4c3d4ce31
commit 4ff4c6eb14

View File

@@ -1,10 +1,4 @@
<?php
/*if(isset($_GET["message"])) {
include "api.php";
query("INSERT INTO `for_moderation`(`text`) VALUES (\"" . $conn->real_escape_string($_GET["message"]) . "\");");
header("Location: /insertion.php");
die();
}*/
include "api.php";
$found = false;