Information of Host you are connecting to added

This commit is contained in:
duergner 2003-03-24 18:36:38 +00:00
parent 407f204c81
commit 112b53b45e
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ else
<form action="login.php" method="post">
<input type="hidden" name="action" value="checklogin">
<table width="500" align="center" border="0">
<tr>
<td width="100%" colspan="3" align="center"><? echo _("You are connecting with: "); echo $config->get_Host() . ":" . $config->get_Port(); ?></td>
</tr>
<tr>
<td width="45%" align="right"><? echo _("Username:") ?></td><td width="10%"></td><td width="45%" align="left"><select name="username" size="1"><? for($i = 0; $i < count($config->Admins); $i++) { $text = explode(",", $config->Admins[$i]); $text = explode("=", $text[0]); echo "<option value=\"" . $config->Admins[$i] . "\">" . $text[1] . "</option>"; } ?></select></td>
</tr>