diff options
author | friendica <info@friendica.com> | 2012-09-02 21:39:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-02 21:39:45 -0700 |
commit | fb35742aab9b08ddee06fb576231a3248e77e185 (patch) | |
tree | 1021b7b4187a2690be03aeae87a42d69c1c6547e /boot.php | |
parent | fd5dfc95f6c41aa2253112d8758253e4856232c8 (diff) | |
download | volse-hubzilla-fb35742aab9b08ddee06fb576231a3248e77e185.tar.gz volse-hubzilla-fb35742aab9b08ddee06fb576231a3248e77e185.tar.bz2 volse-hubzilla-fb35742aab9b08ddee06fb576231a3248e77e185.zip |
add fabrixxm's recent changes to how ".well_known" urls work
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -516,22 +516,6 @@ if(! class_exists('App')) { $this->module = 'home'; } - /** - * Special handling for the webfinger/lrdd host XRD file - */ - - if($this->cmd === '.well-known/host-meta') { - $this->argc = 1; - $this->argv = array('hostxrd'); - $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 |