nextcloud/apps/user_webfinger/appinfo/app.php

6 lines
106 B
PHP
Raw Normal View History

2011-09-12 02:12:34 +04:00
<?php
2012-05-02 02:50:26 +04:00
OCP\App::register( array(
2011-09-12 02:12:34 +04:00
'order' => 11,
'id' => 'user_webfinger',
'name' => 'Webfinger' ));