diff options
author | admin <devnull@localhost> | 2006-10-21 21:08:17 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:08:17 +0200 |
commit | fafe28bec4f414e48f63e01ed9105ae5c2c99802 (patch) | |
tree | b3e3f01cb1af83a29aff421aa308cb85788bbbe1 /system/helpers/security_helper.php | |
parent | e7e1dcd452a15abaaa01c03cd1ade564e3a59453 (diff) |
Diffstat (limited to 'system/helpers/security_helper.php')
-rw-r--r-- | system/helpers/security_helper.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 347cab427..34386ffea 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -31,8 +31,8 @@ * XSS Filtering * * @access public - * @parm string - * @parm string the character set of your data + * @param string + * @param string the character set of your data * @return string */ function xss_clean($str, $charset = 'ISO-8859-1') @@ -84,7 +84,7 @@ function dohash($str, $type = 'sha1') * Strip Image Tags * * @access public - * @parm string + * @param string * @return string */ function strip_image_tags($str) @@ -101,7 +101,7 @@ function strip_image_tags($str) * Convert PHP tags to entities * * @access public - * @parm string + * @param string * @return string */ function encode_php_tags($str) |