1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-24 07:02:51 +02:00

Display login in auth form (regression)

This commit is contained in:
Jakub Vrana
2010-12-01 18:44:17 +01:00
parent ac8ff42689
commit 9bb0fdc91b
6 changed files with 15 additions and 18 deletions

View File

@@ -702,7 +702,7 @@ DROP PROCEDURE adminer_alter;
foreach ($usernames as $username => $password) {
if (isset($password)) {
if ($first) {
echo "<p>\n";
echo "<p onclick='eventStop(event);'>\n";
$first = false;
}
echo "<a href='" . h(auth_url($driver, $server, $username)) . "'>($drivers[$driver]) " . h($username . ($server != "" ? "@$server" : "")) . "</a><br>\n";