From 6a92b132bfa84d7f9c626dcbac1f8a508a6ea77a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 11 Mar 2023 19:15:53 -0500 Subject: [PATCH] Missing } --- setup.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.php b/setup.php index 001380fb..96c399ef 100644 --- a/setup.php +++ b/setup.php @@ -835,11 +835,12 @@ if (isset($_POST['add_database'])) { exit; } else { - // There was an error writing the file - // Display an error message and redirect to the setup page - $_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"); - exit; + // There was an error writing the file + // Display an error message and redirect to the setup page + $_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"); + exit; + } }