mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user