Explain numbers

This commit is contained in:
Jakub Vrana 2011-01-31 21:01:07 +01:00
parent f195903964
commit b5a11cde84

View file

@ -28,8 +28,8 @@ foreach (get_rows("SHOW FULL PROCESSLIST") as $i => $row) {
}
?>
</table>
<p><?php echo ($i + 1) . "/" . lang('%d in total', $connection->result("SELECT @@max_connections")); ?>
<p>
<input type="hidden" name="token" value="<?php echo $token; ?>">
<input type="submit" value="<?php echo lang('Kill'); ?>">
<?php echo ($i + 1) . "/" . $connection->result("SELECT @@max_connections"); ?>
</form>