diff options
author | admin <devnull@localhost> | 2006-09-06 03:36:34 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-06 03:36:34 +0200 |
commit | 73e582fbd7d7f6cdcf7f18b31b4b96ecb7c4141f (patch) | |
tree | 93136ae4f02d8bf75f2c033d9538ef81d171c353 /system | |
parent | 4cdd137a1d6d54e24058b35533f6d6df37856aa2 (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/security_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 918e4ae90..f14ba72a0 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -50,7 +50,7 @@ function xss_clean($str, $charset = 'ISO-8859-1') * @param string * @return string */ -function hash($str, $type = 'sha1') +function dohash($str, $type = 'sha1') { if ($type == 'sha1') { |