mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
6 lines
130 B
PHP
6 lines
130 B
PHP
<?php
|
|
|
|
require_once('lib_remoteStorage.php');
|
|
$tmpl = new OCP\Template( 'remoteStorage', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|