From 73e582fbd7d7f6cdcf7f18b31b4b96ecb7c4141f Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 6 Sep 2006 01:36:34 +0000 Subject: --- system/helpers/security_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/helpers/security_helper.php') 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') { -- cgit v1.2.3-24-g4f1b