server/apps/remoteStorage/settings.php

8 lines
132 B
PHP
Raw Normal View History

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