A PHP Error was encountered
Severity: Notice
Message: Undefined index: PasswordHash
Filename: fuel/Loader.php
Line Number: 206
Fatal error: Cannot access empty property in /fuel/application/third_party/fuel/Loader.php on line 215
function SimpleLoginSecure()
{
$this->CI =& get_instance();
$params = Array('phpass_hash_strength' => PHPASS_HASH_STRENGTH, 'phpass_hash_portable' => PHPASS_HASH_PORTABLE);
$this->CI->load->library('PasswordHash', $params);
}
It looks like you're new here. If you want to get involved, click one of these buttons!