mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 18:59:08 -04:00
9 lines
186 B
PHP
9 lines
186 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>:<?= $rest_key ?></p>
|
|
</li>
|
|
</ul>
|
|
</div>
|