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

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

OCP\User::checkAdminUser();

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

$tmpl = new OCP\Template( 'external', 'settings');

return $tmpl->fetchPage();