Upgrade to CodeIgniter 2.0.3
This commit is contained in:
@@ -524,7 +524,7 @@ class CI_Encrypt {
|
||||
{
|
||||
if ( ! function_exists('mhash'))
|
||||
{
|
||||
require_once(BASEPATH.'libraries/Sha1'.EXT);
|
||||
require_once(BASEPATH.'libraries/Sha1.php');
|
||||
$SH = new CI_SHA;
|
||||
return $SH->generate($str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user