Remove hash_salt
This commit is contained in:
parent
fb3f3f431a
commit
62bff8f8b0
|
@ -40,6 +40,3 @@ $local_settings = __DIR__ . "/settings.local.php";
|
|||
if (file_exists($local_settings)) {
|
||||
include $local_settings;
|
||||
}
|
||||
|
||||
|
||||
$settings['hash_salt'] = 'werewr';
|
||||
|
|
Reference in a new issue