diff options
author | friendica <info@friendica.com> | 2012-08-21 21:18:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-21 21:18:01 -0700 |
commit | 8a86f739823d8767dab5a89543338835d6a50fc9 (patch) | |
tree | 71cb09df51dbe92c63b2704f8f9f7bcc7690bcc7 /boot.php | |
parent | 30e86284af3cdf64cf4f5f6a0e1ced04cfb73258 (diff) | |
download | volse-hubzilla-8a86f739823d8767dab5a89543338835d6a50fc9.tar.gz volse-hubzilla-8a86f739823d8767dab5a89543338835d6a50fc9.tar.bz2 volse-hubzilla-8a86f739823d8767dab5a89543338835d6a50fc9.zip |
zfinger
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |