From 31087533f3f91345aeaec4b1059ac7682005708b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Thu, 1 May 2025 15:49:47 +0200 Subject: [PATCH] Our lovely insertors will send questions directly to dr. Stallman --- insertion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insertion.php b/insertion.php index 2909aef..d2913cd 100644 --- a/insertion.php +++ b/insertion.php @@ -1,7 +1,7 @@ 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(); }