Skip to content

Commit 5cebbe8

Browse files
committed
Fix helper file issue
1 parent 5e5f2c7 commit 5cebbe8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

System/Helper/public.php

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
function clean($data) {
3+
return trim(htmlspecialchars($data, ENT_COMPAT, 'UTF-8'));
4+
}

0 commit comments

Comments
 (0)