Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.php « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 416c9a5c11f13da7fc21c043cb43e17d65790ff1 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

OC_Util::checkAdminUser();

OC_Util::addScript( "external", "admin" );

$tmpl = new OC_Template( 'external', 'settings');

return $tmpl->fetchPage();
?>