mirror of
https://github.com/vrana/adminer.git
synced 2025-08-19 12:51:27 +02:00
Print username next to the logout button
This commit is contained in:
@@ -182,6 +182,7 @@ function page_footer($missing = "") {
|
|||||||
<?php if ($missing != "auth") { ?>
|
<?php if ($missing != "auth") { ?>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<p class="logout">
|
<p class="logout">
|
||||||
|
<?php echo h($_GET["username"]) . "\n"; ?>
|
||||||
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
|
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
|
||||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user