mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +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');
|
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>";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user