Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
srv
/
admin
/
htdocs
/
rockmongo
/
themes
/
default
/
views
/
db
/
//proc/thread-self/root/srv/admin/htdocs/rockmongo/themes/default/views/db/profile.php
<h3><?php render_navigation($db); ?> » <?php hm("profile"); ?></h3> <div class="operation"> <a href="<?php h(url("db.profile", array("db"=>$db))); ?>" class="current"><?php hm("profile"); ?></a> | <a href="<?php h(url("db.profileLevel", array("db"=>$db))); ?>"><?php hm("change_level"); ?></a> | <a href="<?php h(url("db.clearProfile", array("db"=>$db))); ?>" onclick="return window.confirm('<?php hm("change_level"); ?> \'<?php h($db); ?>\'?')"><?php hm("clear"); ?></a> </div> <p class="page"><?php h($page); ?></p> <?php foreach ($rows as $row): ?> <div style="border:2px #ccc solid;margin-bottom:5px;"> <?php hm("date"); ?>: <?php h(date("Y-m-d H:i:s", $row["ts"]->sec));?><br/> <?php h($row["text"]);?> </div> <?php endforeach; ?> <p class="page"><?php h($page); ?></p>