Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
rockmongo
/
themes
/
default
/
views
/
collection
/
/srv/admin/htdocs/rockmongo/themes/default/views/collection/explainQuery.php
<?php if(isset($error)):?> <p class="error"><?php h($error);?></p> <?php endif;?> <?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;?>