This commit is contained in:
2025-05-01 10:11:47 +02:00
parent ab3a0457e0
commit f980c5c9af

View File

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