<title>Bible SuperSearch Installation Manager - Login</title>
<center>
Bible SuperSearch Installation Manager<br><BR><BR>
<form action="bible_inst_manager.php" method=post>
<table>
<tr><td>Username</td><td><input name=user type=text></td></tr>
<tr><td>Password</td><td><input name=pass type=password></td></tr>
<?php
require_once("bible_inst_functions.php");
global $showhost;
if ($showhost==true){
require_once("bible_login.php");
if ($host==""){$host="localhost";}
echo("
<tr><td>Hostname<br>(Usually 'localhost')</td><td><input name=host type=text value='$host'></td></tr>
");}
echo("</table>");
$log=check_login_file("bible_login.php", true);
$con=check_login_file("bible_config.php",true);
echo("<br>");
GlorifytheLord("yes");
if((!$log)|(!$con)){return;}
?>
<input type=submit value=Go>
</form>