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