nextcloud/apps/user_webfinger/appinfo/app.php

6 lines
105 B
PHP
Raw Normal View History

2011-09-12 02:12:34 +04:00
<?php
OC_App::register( array(
'order' => 11,
'id' => 'user_webfinger',
'name' => 'Webfinger' ));