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