a33f580db1
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
3 lines
188 B
PHP
3 lines
188 B
PHP
<?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');
|