mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-22 21:35:56 +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);
|
$saved = Settings::saveConfig($configToSave, BASE . 'config.local.php', $content);
|
||||||
if($saved) {
|
if($saved) {
|
||||||
success($locale['step_database_config_saved']);
|
success($locale['step_database_config_saved']);
|
||||||
if(!$error) {
|
$_SESSION['saved'] = true;
|
||||||
$_SESSION['saved'] = true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$_SESSION['config_content'] = $content;
|
$_SESSION['config_content'] = $content;
|
||||||
|
Reference in New Issue
Block a user