use new way to register remote/public.php entries in user_webfinger
This commit is contained in:
parent
b45d3ced79
commit
7d1f644011
|
@ -1,3 +1 @@
|
|||
<?php
|
||||
OCP\CONFIG::setAppValue('core', 'public_host-meta', '/apps/user_webfinger/host-meta.php');
|
||||
OCP\CONFIG::setAppValue('core', 'public_webfinger', '/apps/user_webfinger/webfinger.php');
|
||||
|
|
|
@ -7,4 +7,8 @@
|
|||
<author>Michiel de Jong, Florian Hülsmann</author>
|
||||
<require>4</require>
|
||||
<shipped>true</shipped>
|
||||
<public>
|
||||
<host-meta>host-meta.php</host-meta>
|
||||
<webfinger>webfinger.php</webfinger>
|
||||
</public>
|
||||
</info>
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.3
|
||||
0.3.1
|
Loading…
Reference in New Issue