$config_account_salt -> USE_ACCOUNT_SALT

This commit is contained in:
slawkens
2023-02-07 10:48:29 +01:00
parent d0c479d11d
commit b82c021ff7
13 changed files with 20 additions and 26 deletions

View File

@@ -26,5 +26,4 @@ if(!$logged)
}
else {
$show_form = true;
$config_salt_enabled = $db->hasColumn('accounts', 'salt');
}