From 89c15cc092048af2180452cbba24df273620aaba Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 23 Jul 2010 16:33:34 -0700 Subject: added webfinger support --- boot.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b36a255eb..8d2628845 100644 --- a/boot.php +++ b/boot.php @@ -73,6 +73,10 @@ class App { else { $this->module = 'home'; } + + if($this->cmd == '.well-known/host-meta') + require_once('include/hostxrd.php'); + $this->pager['page'] = ((x($_GET,'page')) ? $_GET['page'] : 1); $this->pager['itemspage'] = 50; $this->pager['start'] = ($this->pager['page'] * $this->pager['itemspage']) - $this->pager['itemspage']; -- cgit v1.2.3