aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-14 19:43:00 -0700
committerFriendika <info@friendika.com>2011-04-14 19:43:00 -0700
commitb5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a (patch)
treebfc079466afcf1a0000ba24d42657f1355c203a6 /boot.php
parentde131c9e58ac2b14380d145d643bf2bd902ae9dc (diff)
downloadvolse-hubzilla-b5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a.tar.gz
volse-hubzilla-b5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a.tar.bz2
volse-hubzilla-b5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a.zip
ensure host xrd is correct, even if installed in subpath
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0dd1d3823..1ef80e515 100644
--- a/boot.php
+++ b/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
}