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

OC_Util::checkAdminUser();

OCP\Util::addscript( "external", "admin" );

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

return $tmpl->fetchPage();
?>