use new way to register remote/public.php entries in user_webfinger

This commit is contained in:
Robin Appelman 2012-07-13 23:24:22 +02:00
parent b45d3ced79
commit 7d1f644011
3 changed files with 5 additions and 3 deletions

View File

@ -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');

View File

@ -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>

View File

@ -1 +1 @@
0.3
0.3.1