5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
OC_App::register( array(
|
|
'order' => 10,
|
|
'id' => 'unhosted',
|
|
'name' => 'Unhosted Web' ));
|