salmon protocol changes magicsig draft-experimental, fixes to hostxrd
This commit is contained in:
parent
12d5482fc1
commit
2abcf76ec1
6 changed files with 51 additions and 18 deletions
7
boot.php
7
boot.php
|
@ -320,13 +320,12 @@ class App {
|
|||
|
||||
/**
|
||||
* Special handling for the webfinger/lrdd host XRD file
|
||||
* Just spit out the contents and exit.
|
||||
*/
|
||||
|
||||
if($this->cmd === '.well-known/host-meta') {
|
||||
require_once('include/hostxrd.php');
|
||||
hostxrd();
|
||||
// NOTREACHED
|
||||
$this->argc = 1;
|
||||
$this->argv = array('hostxrd');
|
||||
$this->module = 'hostxrd';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue