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

OCP\User::checkAdminUser();

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

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

return $tmpl->fetchPage();
?>