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