Missing }

This commit is contained in:
johnnyq
2023-03-11 19:15:53 -05:00
parent 6a435157c1
commit 6a92b132bf

View File

@@ -840,6 +840,7 @@ if (isset($_POST['add_database'])) {
$_SESSION['alert_message'] = "Did not successfully write the config.php file to the filesystem, Please Input the database information again."; $_SESSION['alert_message'] = "Did not successfully write the config.php file to the filesystem, Please Input the database information again.";
header("Location: setup.php?database"); header("Location: setup.php?database");
exit; exit;
}
} }