mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
5 lines
105 B
PHP
5 lines
105 B
PHP
<?php
|
|
OC_App::register( array(
|
|
'order' => 11,
|
|
'id' => 'user_webfinger',
|
|
'name' => 'Webfinger' ));
|