mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
put header above error messages
This commit is contained in:
parent
a4d78cc0f6
commit
730bcedc30
|
@ -111,6 +111,7 @@ if(!empty($recs)) {
|
|||
include('update-'.$_GET['version'].'/update.php');
|
||||
}
|
||||
} else {
|
||||
echo "<h3>Error Messages</h3>";
|
||||
echo $errorMsg;
|
||||
}
|
||||
echo "<p><a href=\"install.php\">Go back to installation and recheck.</a></p>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user