Clean text for category->name

This commit is contained in:
stronk7
2004-10-01 09:49:06 +00:00
parent b430433c2e
commit f85e2d3767
+2
View File
@@ -14,6 +14,8 @@
optional_variable($name); // confirm the action
$name = clean_text($name);
$action = strip_tags(urldecode($action)); //XSS
$hook = strip_tags(urldecode($hook)); //XSS
$mode = strip_tags(urldecode($mode)); //XSS