mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-19 16:19:55 -04:00
Rename local_import module to server_add
This commit is contained in:
10
modules/server_add/views/server_add_admin.html.php
Normal file
10
modules/server_add/views/server_add_admin.html.php
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user