commit | 0f0b76980cb07f39b20c8591882aeae3854f016c | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jun 07 14:57:04 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jun 07 14:57:04 2012 +0300 |
tree | 28ee4a2375e1d2b7fe28f5826015686ace374981 | |
parent | c839d28f4230dce0c658338f267b821cc16490a2 [diff] [blame] |
Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 6187a4a..3e6e914 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php
@@ -77,6 +77,9 @@ /** * 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