diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-06-01 11:40:39 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-06-01 11:40:39 +0200 |
commit | e75146a811e3320378ec0d35dd7ce39d8189a688 (patch) | |
tree | aefc89d997a6d7d6b0c3273823dc483b6f9f0dd7 /apps/user_webfinger/appinfo/app.php | |
parent | 7a8e3226793aebdbd4bcf12ef6c7d020c8cd378d (diff) | |
parent | 83c6714c723a1e224f2477192ca88bd6144b76e7 (diff) | |
download | nextcloud-server-e75146a811e3320378ec0d35dd7ce39d8189a688.tar.gz nextcloud-server-e75146a811e3320378ec0d35dd7ce39d8189a688.zip |
Merge branch 'master' into calendar_repeat
Diffstat (limited to 'apps/user_webfinger/appinfo/app.php')
-rw-r--r-- | apps/user_webfinger/appinfo/app.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/user_webfinger/appinfo/app.php b/apps/user_webfinger/appinfo/app.php index a45efd96a46..3336af66820 100644 --- a/apps/user_webfinger/appinfo/app.php +++ b/apps/user_webfinger/appinfo/app.php @@ -1,7 +1,3 @@ <?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'); |