mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
8 lines
133 B
PHP
Executable File
8 lines
133 B
PHP
Executable File
<?php
|
|
|
|
require_once('lib_remoteStorage.php');
|
|
$tmpl = new OCP\Template( 'remoteStorage', 'settings');
|
|
|
|
return $tmpl->fetchPage();
|
|
?>
|