mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 00:45:24 -05:00
6 lines
178 B
PHP
6 lines
178 B
PHP
<?php
|
|
OCP\App::register( array(
|
|
'order' => 10,
|
|
'id' => 'remoteStorage',
|
|
'name' => 'remoteStorage compatibility' ));
|
|
OCP\App::registerPersonal('remoteStorage','settings');
|