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