Our lovely insertors will send questions directly to dr. Stallman

This commit is contained in:
2025-05-01 15:49:47 +02:00
parent a21f3ef6aa
commit 31087533f3

View File

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