[MIRROR] [s]Adds input sanitization to limbgrower (#822)

* [s]Adds input sanitization to limbgrower (#53664)

* Adds input sanitization to limbgrower

* Remove extra sanitize() proc call

* Fuck whitespace

* [s]Adds input sanitization to limbgrower

Co-authored-by: msgerbs <msgerbs@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-16 12:41:02 +02:00
committed by GitHub
co-authored by msgerbs
parent 3cd9ddeeaa
commit f887bc8aac
+1 -1
View File
@@ -83,7 +83,7 @@
if(href_list["menu"])
screen = text2num(href_list["menu"])
if(href_list["category"])
if(href_list["category"] in categories) //Don't let people send invalid categories, selected_category is displayed to anyone who looks at the machine in several places
selected_category = href_list["category"]
if(href_list["disposeI"]) //Get rid of a reagent incase you add the wrong one by mistake