mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
11 lines
239 B
PHP
11 lines
239 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div id="gServerAddAdmin">
|
|
<h2>
|
|
<?= t("Add From Server Admininstration") ?>
|
|
</h2>
|
|
<div id="gAuthorizedPath">
|
|
<?= $path_list ?>
|
|
</div>
|
|
<?= $add_form ?>
|
|
</div>
|