ensure host xrd is correct, even if installed in subpath
This commit is contained in:
parent
de131c9e58
commit
b5ccb8e205
3 changed files with 7 additions and 7 deletions
2
boot.php
2
boot.php
|
@ -290,7 +290,7 @@ class App {
|
|||
|
||||
if($this->cmd === '.well-known/host-meta') {
|
||||
require_once('include/hostxrd.php');
|
||||
hostxrd($this->hostname);
|
||||
hostxrd($this->get_baseurl());
|
||||
// NOTREACHED
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue