1
1
Fork 0

ensure host xrd is correct, even if installed in subpath

This commit is contained in:
Friendika 2011-04-14 19:43:00 -07:00
commit b5ccb8e205
3 changed files with 7 additions and 7 deletions

View file

@ -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
}