mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Comment
This commit is contained in:
@@ -15,6 +15,7 @@ page_header(lang('Process list'), $error);
|
|||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<table cellspacing="0" onclick="tableClick(event);" class="nowrap">
|
<table cellspacing="0" onclick="tableClick(event);" class="nowrap">
|
||||||
<?php
|
<?php
|
||||||
|
// HTML valid because there is always at least one process
|
||||||
$i = -1;
|
$i = -1;
|
||||||
foreach (process_list() as $i => $row) {
|
foreach (process_list() as $i => $row) {
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
|
Reference in New Issue
Block a user