added webfinger support
This commit is contained in:
parent
938247427d
commit
89c15cc092
5 changed files with 65 additions and 0 deletions
4
boot.php
4
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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue