mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
11 lines
160 B
PHP
11 lines
160 B
PHP
<?php
|
|
|
|
OC_Util::checkAdminUser();
|
|
|
|
OC_Util::addScript( "external", "admin" );
|
|
|
|
$tmpl = new OC_Template( 'external', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|
|
?>
|