aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 646f968cd..06094e42b 100644
--- a/boot.php
+++ b/boot.php
@@ -521,6 +521,13 @@ if(! class_exists('App')) {
$this->module = 'hostxrd';
}
+ if(strstr($this->cmd,'.well-known/zot-guid/')) {
+ $this->argc -= 1;
+ array_shift($this->argv);
+ $this->argv[0] = 'zfinger';
+ $this->module = 'zfinger';
+ }
+
/**
* See if there is any page number information, and initialise
* pagination