mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 07:07:06 +02:00
Move tableCheck() below </form>
This commit is contained in:
@@ -45,7 +45,6 @@ foreach (process_list() as $i => $row) {
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
<?php echo script("tableCheck();"); ?>
|
||||
<p>
|
||||
<?php
|
||||
if (support("kill")) {
|
||||
@@ -55,3 +54,4 @@ if (support("kill")) {
|
||||
?>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
</form>
|
||||
<?php echo script("tableCheck();"); ?>
|
||||
|
||||
Reference in New Issue
Block a user