From fb35742aab9b08ddee06fb576231a3248e77e185 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 2 Sep 2012 21:39:45 -0700 Subject: add fabrixxm's recent changes to how ".well_known" urls work --- boot.php | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1e42228c4..d9d90bcd4 100644 --- a/boot.php +++ b/boot.php @@ -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 -- cgit v1.2.3