mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
9 lines
199 B
PHP
9 lines
199 B
PHP
<?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>
|