mirror of
https://github.com/nextcloud/server.git
synced 2026-02-12 07:14:44 -05: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();
|
||
|
|
?>
|