aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webfinger/appinfo/app.php
blob: a45efd96a4623b46e9246b7dcf3c293e37a85d38 (plain)
1
2
3
4
5
6
7
<?php
OCP\App::register( array( 
  'order' => 11,
  'id' => 'user_webfinger',
  'name' => 'Webfinger' ));
OCP\CONFIG::setAppValue('core', 'public_host-meta', '/apps/user_webfinger/host-meta.php');
OCP\CONFIG::setAppValue('core', 'public_webfinger', '/apps/user_webfinger/webfinger.php');