コード例 #1
0
ファイル: Notes.inc.php プロジェクト: selenus/dataserver
 public static function sanitize($text)
 {
     return Z_Core::htmlPurify($text);
 }