put header above error messages

This commit is contained in:
Uwe Steinmann 2021-05-27 12:58:37 +02:00
parent a4d78cc0f6
commit 730bcedc30

View File

@ -111,6 +111,7 @@ if(!empty($recs)) {
include('update-'.$_GET['version'].'/update.php'); include('update-'.$_GET['version'].'/update.php');
} }
} else { } else {
echo "<h3>Error Messages</h3>";
echo $errorMsg; echo $errorMsg;
} }
echo "<p><a href=\"install.php\">Go back to installation and recheck.</a></p>"; echo "<p><a href=\"install.php\">Go back to installation and recheck.</a></p>";