Project

General

Profile

« Previous | Next » 

Revision 1964

Added by darkviper almost 11 years ago

modified loading sequence of Password classes

View differences:

Password.php
31 31
 *               ISTeam changes: added SHA-256, SHA-512 (2012/10/27 Werner v.d. Decken)
32 32
 */
33 33

  
34
if(!class_exists('PasswordHash', false)) {
35
	include(dirname(dirname(__FILE__)).'/include/phpass/PasswordHash.php');
36
}
37

  
38 34
class Password
39 35
{
40 36

  

Also available in: Unified diff