mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 00:38:51 -05:00
5 lines
83 B
PHP
5 lines
83 B
PHP
<?php
|
|
|
|
$tmpl = new OCP\Template( 'media', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|