mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Style logout button as link
This commit is contained in:
@@ -804,7 +804,7 @@ DROP PROCEDURE adminer_alter;
|
||||
}
|
||||
}
|
||||
?>
|
||||
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>">
|
||||
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
</p>
|
||||
</form>
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "3.5.1";
|
||||
$VERSION = "3.5.2-dev";
|
||||
|
Reference in New Issue
Block a user