aboutsummaryrefslogtreecommitdiffstats
path: root/mod/_well_known.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/_well_known.php')
-rw-r--r--mod/_well_known.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/_well_known.php b/mod/_well_known.php
index 6e77336c3..184f75593 100644
--- a/mod/_well_known.php
+++ b/mod/_well_known.php
@@ -4,6 +4,11 @@ function _well_known_init(&$a){
if(argc() > 1) {
switch(argv(1)) {
+ case "host-meta":
+ require_once('mod/hostxrd.php');
+ hostxrd_init($a);
+ break;
+
case 'zot-info':
$a->argc -= 1;
array_shift($a->argv);