summaryrefslogtreecommitdiffstats
path: root/system/helpers/security_helper.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-21 21:08:17 +0200
committeradmin <devnull@localhost>2006-10-21 21:08:17 +0200
commitfafe28bec4f414e48f63e01ed9105ae5c2c99802 (patch)
treeb3e3f01cb1af83a29aff421aa308cb85788bbbe1 /system/helpers/security_helper.php
parente7e1dcd452a15abaaa01c03cd1ade564e3a59453 (diff)
Diffstat (limited to 'system/helpers/security_helper.php')
-rw-r--r--system/helpers/security_helper.php8
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)