Skip to content

Commit

Permalink
Port hint in login form
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Jul 12, 2011
1 parent 6027d18 commit 67e5cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminer/include/adminer.inc.php
Expand Up @@ -56,7 +56,7 @@ function loginForm() {
?>
<table cellspacing="0">
<tr><th><?php echo lang('System'); ?><td><?php echo html_select("driver", $drivers, DRIVER, "loginDriver(this);"); ?>
<tr><th><?php echo lang('Server'); ?><td><input name="server" value="<?php echo h(SERVER); ?>">
<tr><th><?php echo lang('Server'); ?><td><input name="server" value="<?php echo h(SERVER); ?>" title="hostname[:port]">
<tr><th><?php echo lang('Username'); ?><td><input id="username" name="username" value="<?php echo h($_GET["username"]); ?>">
<tr><th><?php echo lang('Password'); ?><td><input type="password" name="password">
</table>
Expand Down

0 comments on commit 67e5cbd

Please sign in to comment.