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