mirror of https://github.com/itflow-org/itflow
Missing }
This commit is contained in:
parent
6a435157c1
commit
6a92b132bf
11
setup.php
11
setup.php
|
|
@ -835,11 +835,12 @@ if (isset($_POST['add_database'])) {
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// There was an error writing the file
|
// There was an error writing the file
|
||||||
// Display an error message and redirect to the setup page
|
// 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.";
|
$_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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue