nextcloud/apps/remoteStorage/appinfo/app.php

7 lines
176 B
PHP
Raw Normal View History

<?php
OC_App::register( array(
'order' => 10,
'id' => 'remoteStorage',
'name' => 'remoteStorage compatibility' ));
2012-03-02 00:55:12 +04:00
OC_APP::registerPersonal('remoteStorage','settings');