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