summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage/settings.php
blob: fa85f77a535dae8bf9608c1297fcec2e464916cd (plain)
1
2
3
4
5
6
7
<?php

require_once('lib_remoteStorage.php');
$tmpl = new OC_Template( 'remoteStorage', 'settings');

return $tmpl->fetchPage();
?>