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