nextcloud/apps/remoteStorage/appinfo/app.php

7 lines
178 B
PHP
Raw Normal View History

<?php
2012-05-02 02:50:26 +04:00
OCP\App::register( array(
'order' => 10,
'id' => 'remoteStorage',
'name' => 'remoteStorage compatibility' ));
2012-05-02 02:50:26 +04:00
OCP\App::registerPersonal('remoteStorage','settings');