Skip to content

Commit

Permalink
Display empty permanent login
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Oct 7, 2010
1 parent dfa6cbf commit d2e49b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/include/adminer.inc.php
Expand Up @@ -457,7 +457,7 @@ function navigation($missing) {
echo "<p>\n";
$first = false;
}
echo "<a href='" . h(auth_url("server", "", $username)) . "'>" . h($username) . "</a><br>\n";
echo "<a href='" . h(auth_url("server", "", $username)) . "'>" . ($username != "" ? h($username) : "<i>" . lang('empty') . "</i>") . "</a><br>\n";
}
}
} else {
Expand Down

0 comments on commit d2e49b1

Please sign in to comment.