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');
|