mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Default host
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@331 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -12,7 +12,7 @@ if (!$result) {
|
||||
<form action=""><p>
|
||||
<?php if (strlen($_GET["server"])) { ?><input type="hidden" name="server" value="<?php echo htmlspecialchars($_GET["server"]); ?>" /><?php } ?>
|
||||
<?php echo lang('Username'); ?>: <input name="user" />
|
||||
<?php echo lang('Server'); ?>: <input name="host" />
|
||||
<?php echo lang('Server'); ?>: <input name="host" value="localhost" />
|
||||
<input type="hidden" name="grant" value="" />
|
||||
<input type="submit" value="<?php echo lang('Edit'); ?>" />
|
||||
</p></form>
|
||||
|
Reference in New Issue
Block a user