mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-31 10:26:23 +01:00
$config_account_salt -> USE_ACCOUNT_SALT
This commit is contained in:
@@ -132,6 +132,7 @@ require_once SYSTEM . 'database.php';
|
||||
|
||||
define('USE_ACCOUNT_NAME', $db->hasColumn('accounts', 'name'));
|
||||
define('USE_ACCOUNT_NUMBER', $db->hasColumn('accounts', 'number'));
|
||||
define('USE_ACCOUNT_SALT', $db->hasColumn('accounts', 'salt'));
|
||||
|
||||
// load vocation names
|
||||
$tmp = '';
|
||||
|
||||
Reference in New Issue
Block a user