mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Always link dump of all tables
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1511 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -497,7 +497,7 @@ document.getElementById('username').focus();
|
||||
<form action="" method="post">
|
||||
<p class="logout">
|
||||
<a href="<?php echo h(ME); ?>sql="><?php echo bold(lang('SQL command'), isset($_GET["sql"])); ?></a>
|
||||
<a href="<?php echo h(ME); ?>dump=<?php echo urlencode(isset($_GET["table"]) ? $_GET["table"] : $_GET["select"]); ?>"><?php echo bold(lang('Dump'), isset($_GET["dump"])); ?></a>
|
||||
<a href="<?php echo h(ME); ?>dump="><?php echo bold(lang('Dump'), isset($_GET["dump"])); ?></a>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>">
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user