Change from warning to error (config.local.php save error)

This commit is contained in:
slawkens 2023-03-19 14:46:15 +01:00
parent e6d86ca280
commit 863f3ad510

View File

@ -86,7 +86,7 @@ if(!$error) {
unset($_SESSION['saved']);
$locale['step_database_error_file'] = str_replace('$FILE$', '<b>' . BASE . 'config.local.php</b>', $locale['step_database_error_file']);
warning($locale['step_database_error_file'] . '<br/>
error($locale['step_database_error_file'] . '<br/>
<textarea cols="70" rows="10">' . $content . '</textarea>');
}
}