mirror of
https://github.com/nextcloud/server.git
synced 2026-06-26 17:10:29 -04:00
5 lines
83 B
PHP
5 lines
83 B
PHP
<?php
|
|
|
|
$tmpl = new OCP\Template( 'media', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|