Revision 1966
Added by darkviper about 12 years ago
| upgrade-script.php | ||
|---|---|---|
| 36 | 36 |
*/ |
| 37 | 37 |
if(!class_exists('PasswordHash', false))
|
| 38 | 38 |
{
|
| 39 |
include(dirname(__FILE__).'/framework/PasswordHashInterface.php'); |
|
| 39 | 40 |
include(dirname(__FILE__).'/include/phpass/PasswordHash.php'); |
| 40 | 41 |
} |
| 41 | 42 |
// Include config file |
Also available in: Unified diff
upgrade-script.php add loading interface PasswordHashInterface