diff --git a/thirdparty/Smarty/plugins/modifier.sanitize_input.php b/thirdparty/Smarty/plugins/modifier.sanitize_input.php new file mode 100644 index 0000000..5623e84 --- /dev/null +++ b/thirdparty/Smarty/plugins/modifier.sanitize_input.php @@ -0,0 +1,13 @@ +',">", $string); + return $string; +} + + +?>