- added link back to installation

This commit is contained in:
steinm 2012-08-28 07:46:56 +00:00
parent 7eb1173ebe
commit bfa1524b62

View File

@ -83,6 +83,7 @@ if($rec = $res->FetchRow()) {
} else {
echo $errorMsg;
}
echo "<p><a href=\"install.php\">Go back to installation.</a></p>";
} else {
echo "<p>Could not determine database schema version.</p>";
}