summaryrefslogtreecommitdiffstats
path: root/system/helpers/security_helper.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-06 03:36:34 +0200
committeradmin <devnull@localhost>2006-09-06 03:36:34 +0200
commit73e582fbd7d7f6cdcf7f18b31b4b96ecb7c4141f (patch)
tree93136ae4f02d8bf75f2c033d9538ef81d171c353 /system/helpers/security_helper.php
parent4cdd137a1d6d54e24058b35533f6d6df37856aa2 (diff)
Diffstat (limited to 'system/helpers/security_helper.php')
-rw-r--r--system/helpers/security_helper.php2
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')
{