mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Move Login button to customization
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1282 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -81,9 +81,10 @@ function auth_error($exception = null) {
|
||||
: ""))), null);
|
||||
echo "<form action='' method='post'>\n";
|
||||
$adminer->loginForm($username);
|
||||
echo "<p>\n";
|
||||
echo "<div>";
|
||||
hidden_fields($_POST, array("server", "username", "password")); // expired session
|
||||
echo "<input type='submit' value='" . lang('Login') . "'>\n</form>\n";
|
||||
echo "</div>\n";
|
||||
echo "</form>\n";
|
||||
page_footer("auth");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user