diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-07 13:57:04 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-07 13:57:04 +0200 |
commit | 0f0b76980cb07f39b20c8591882aeae3854f016c (patch) | |
tree | 28ee4a2375e1d2b7fe28f5826015686ace374981 /system/helpers/security_helper.php | |
parent | c839d28f4230dce0c658338f267b821cc16490a2 (diff) |
Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively
Diffstat (limited to 'system/helpers/security_helper.php')
-rw-r--r-- | system/helpers/security_helper.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 6187a4a7a..3e6e91435 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -77,6 +77,9 @@ if ( ! function_exists('do_hash')) /** * Hash encode a string * + * This function is DEPRECATED and should be removed in + * CodeIgniter 3.1+. Use hash() instead. + * * @param string * @param string * @return string |