Project

General

Profile

« Previous | Next » 

Revision 1966

Added by darkviper almost 11 years ago

upgrade-script.php add loading interface PasswordHashInterface

View differences:

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