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.

killOp.php 367 B

3 years ago
1234567891011
  1. <h3><a href="<?php h(url("server.processlist"));?>"><?php hm("processlist"); ?></a> &raquo; <?php hm("killoperation"); ?> '<?php h(x("opid"));?>'</h3>
  2. <?php if(isset($ret)):?>
  3. <div style="border:2px #ccc solid;margin-bottom:5px;background-color:#eeefff">
  4. <?php hm("responseserver"); ?>
  5. <div style="margin-top:5px">
  6. <?php h($ret);?>
  7. </div>
  8. </div>
  9. <?php endif; ?>