We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5f2c7 commit 5cebbe8Copy full SHA for 5cebbe8
System/Helper/public.php
@@ -0,0 +1,4 @@
1
+<?php
2
+function clean($data) {
3
+ return trim(htmlspecialchars($data, ENT_COMPAT, 'UTF-8'));
4
+}
0 commit comments