mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04:00
8 lines
132 B
PHP
8 lines
132 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
require_once('lib_remoteStorage.php');
|
||
|
|
$tmpl = new OC_Template( 'remoteStorage', 'settings');
|
||
|
|
|
||
|
|
return $tmpl->fetchPage();
|
||
|
|
?>
|