upgrade
This commit is contained in:
18
plugin/userremoteservice/admin.php
Normal file
18
plugin/userremoteservice/admin.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
require_once __DIR__.'/config.php';
|
||||
|
||||
api_protect_admin_script(true);
|
||||
|
||||
$plugin = UserRemoteServicePlugin::create();
|
||||
|
||||
Display::display_header($plugin->get_title());
|
||||
|
||||
echo $plugin->getCreationForm()->returnForm();
|
||||
|
||||
echo $plugin->getDeletionForm()->returnForm();
|
||||
|
||||
echo $plugin->getServiceHTMLTable();
|
||||
|
||||
Display::display_footer();
|
||||
Reference in New Issue
Block a user