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