powder that makes you say yes

This commit is contained in:
Razgriz
2021-06-24 18:47:01 -07:00
committed by GitHub
parent 45c9f96537
commit 4b12522947

View File

@@ -365,7 +365,6 @@ var/obj/machinery/blackbox_recorder/blackbox
query_insert.Execute()
qdel(query_insert) //CHOMPEdit TGSQL
<<<<<<< HEAD
// Sanitize inputs to avoid SQL injection attacks //CHOMPEdit NOTE: This is not secure. Basic filters like this are pretty easy to bypass. Use the format for arguments used in the above.
/proc/sql_sanitize_text(var/text)
text = replacetext(text, "'", "''")