From 8a86f739823d8767dab5a89543338835d6a50fc9 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Aug 2012 21:18:01 -0700 Subject: zfinger --- boot.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'boot.php') 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 -- cgit v1.2.3