nextcloud/apps/remoteStorage/settings.php

8 lines
132 B
PHP
Raw Normal View History

2012-03-01 15:55:12 -05:00
<?php
require_once('lib_remoteStorage.php');
$tmpl = new OC_Template( 'remoteStorage', 'settings');
return $tmpl->fetchPage();
?>