mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 13:03:27 +02:00
Update 5-database.php
This commit is contained in:
@@ -76,9 +76,7 @@ if(!$error) {
|
||||
$saved = Settings::saveConfig($configToSave, BASE . 'config.local.php', $content);
|
||||
if($saved) {
|
||||
success($locale['step_database_config_saved']);
|
||||
if(!$error) {
|
||||
$_SESSION['saved'] = true;
|
||||
}
|
||||
$_SESSION['saved'] = true;
|
||||
}
|
||||
else {
|
||||
$_SESSION['config_content'] = $content;
|
||||
|
Reference in New Issue
Block a user