mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 13:00:44 -05:00
6 lines
122 B
PHP
6 lines
122 B
PHP
|
|
<?php
|
||
|
|
OC_App::register( array(
|
||
|
|
'order' => 10,
|
||
|
|
'id' => 'remoteStorage',
|
||
|
|
'name' => 'remoteStorage compatibility' ));
|