blob: d53c5db8ff2458fb2e28dde15a9bade34153cacf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<? 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>
|