You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <h3><a href="<?php h(url("server.processlist"));?>"><?php hm("processlist"); ?></a> » <?php hm("killoperation"); ?> '<?php h(x("opid"));?>'</h3>
-
- <?php if(isset($ret)):?>
-
- <div style="border:2px #ccc solid;margin-bottom:5px;background-color:#eeefff">
- <?php hm("responseserver"); ?>
- <div style="margin-top:5px">
- <?php h($ret);?>
- </div>
- </div>
- <?php endif; ?>
|