nextcloud/apps/remoteStorage/settings.php

8 lines
132 B
PHP
Raw Normal View History

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