aboutsummaryrefslogtreecommitdiffstats
path: root/mod/_well_known.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-25 16:44:19 -0700
committerfriendica <info@friendica.com>2014-03-25 16:44:19 -0700
commitf924d38d8c2b79e4bfe8df438894ff1ad636e411 (patch)
tree25e80eb7d411bd1b67cfb6fc163d936f62765fe8 /mod/_well_known.php
parent7375e305060df3818f01a96fbbd811921468ad89 (diff)
downloadvolse-hubzilla-f924d38d8c2b79e4bfe8df438894ff1ad636e411.tar.gz
volse-hubzilla-f924d38d8c2b79e4bfe8df438894ff1ad636e411.tar.bz2
volse-hubzilla-f924d38d8c2b79e4bfe8df438894ff1ad636e411.zip
webfinger enhancements: per RFC7033
Diffstat (limited to 'mod/_well_known.php')
-rw-r--r--mod/_well_known.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/_well_known.php b/mod/_well_known.php
index 6e77336c3..c5a38078a 100644
--- a/mod/_well_known.php
+++ b/mod/_well_known.php
@@ -19,6 +19,8 @@ function _well_known_init(&$a){
require_once('mod/wfinger.php');
wfinger_init($a);
break;
+ default:
+ break;
}
}