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