blob: 397afa894a067ed199ffe251d321914bf8d831ec (
plain)
1
2
3
4
5
6
7
8
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-detail">
<ul>
<li id="g-rest-key">
<p><b><?= t("Key") ?></b>:<?= html::clean($rest_key) ?></p>
</li>
</ul>
</div>
|