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
/
server
/
/srv/admin/htdocs/rockmongo/themes/default/views/server/index.php
<div class="operation"> <?php render_server_menu("server"); ?> </div> <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600"> <tr> <th colspan="2"><a href="http://www.mongodb.org/display/DOCS/Command+Line+Parameters" target="_blank"><?php hm("command_line"); ?></a> (db.serverCmdLineOpts())</th> </tr> <tr bgcolor="#fffeee"> <td colspan="2"><?php h($commandLine);?></td> </tr> </table> <div class="gap"></div> <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600"> <tr> <th colspan="2"><?php hm("connection"); ?></th> </tr> <?php foreach ($connections as $param=>$value):?> <tr bgcolor="#fffeee"> <td width="120" ><?php h($param);?></td> <td><?php h($value);?></td> </tr> <?php endforeach; ?> </table> <div class="gap"></div> <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600"> <tr> <th colspan="2"><?php hm("web"); ?> <?php hm("server"); ?></th> </tr> <?php foreach ($webServers as $param=>$value):?> <tr bgcolor="#fffeee"> <td width="120" ><?php h($param);?></td> <td><?php h($value);?></td> </tr> <?php endforeach; ?> </table> <div class="gap"></div> <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600"> <tr> <th colspan="3"><a href="http://us.php.net/manual/mongo.configuration.php" target="_blank"><?php hm("directives"); ?></a></th> </tr> <tr bgcolor="#fffeee"> <th><?php hm("directive"); ?></th> <th><?php hm("global_value"); ?></th> <th><?php hm("local_value"); ?></th> </tr> <?php foreach ($directives as $param=>$value):?> <tr bgcolor="#fffeee"> <td width="200" ><?php h($param);?></td> <td><?php h($value["global_value"]);?></td> <td><?php h($value["local_value"]);?></td> </tr> <?php endforeach; ?> </table> <div class="gap"></div> <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600"> <tr> <th colspan="2"><a href="http://www.mongodb.org/downloads" target="_blank"><?php hm("build_info"); ?></a> ({buildinfo:1})</th> </tr> <?php foreach ($buildInfos as $param=>$value):?> <tr bgcolor="#fffeee"> <td width="120" valign="top"><?php h($param);?></td> <td><?php h($value);?></td> </tr> <?php endforeach; ?> </table> <div class="gap"></div>