[FIX] Password Hashing on new accounts
This commit is contained in:
parent
61f7aa6ff0
commit
99e3a6349c
@ -17,6 +17,7 @@ require_once(INCLUDE_DIR . '/config/error_codes.inc.php');
|
||||
require_once(CLASS_DIR . '/base.class.php');
|
||||
require_once(CLASS_DIR . '/coins/coin_base.class.php');
|
||||
require_once(CLASS_DIR . '/setting.class.php');
|
||||
require_once(INCLUDE_DIR . '/version.inc.php');
|
||||
if (PHP_OS == 'WINNT') require_once(CLASS_DIR . '/memcached.class.php');
|
||||
|
||||
// Now decide on which coin class to load and instantiate
|
||||
|
||||
@ -101,7 +101,6 @@ if (count(@$_SESSION['last_ip_pop']) == 2) {
|
||||
|
||||
// version check and config check if not disabled
|
||||
if (@$_SESSION['USERDATA']['is_admin'] && $user->isAdmin(@$_SESSION['USERDATA']['id'])) {
|
||||
require_once(INCLUDE_DIR . '/version.inc.php');
|
||||
if (!@$config['skip_config_tests']) {
|
||||
require_once(INCLUDE_DIR . '/admin_checks.php');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user