aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-18 18:34:38 -0700
committerfriendica <info@friendica.com>2012-10-18 18:34:38 -0700
commitf685b676567e990a1105100230a2cf1ba6d55ee9 (patch)
tree90bc2f36d3425a4834468782111c33a9c09dfe5b /boot.php
parent2cd999490406f3a1db3995a894768cf08f2cc0fd (diff)
downloadvolse-hubzilla-f685b676567e990a1105100230a2cf1ba6d55ee9.tar.gz
volse-hubzilla-f685b676567e990a1105100230a2cf1ba6d55ee9.tar.bz2
volse-hubzilla-f685b676567e990a1105100230a2cf1ba6d55ee9.zip
new install settings
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 16872eff9..9fb49dbd5 100644
--- a/boot.php
+++ b/boot.php
@@ -591,8 +591,7 @@ if(! class_exists('App')) {
}
}
- $this->baseurl = $scheme . "://" . $this->hostname . ((isset($this->path) && strlen($this->path)) ? '/' . $this\
-->path : '' );
+ $this->baseurl = $scheme . "://" . $this->hostname . ((isset($this->path) && strlen($this->path)) ? '/' . $this->path : '' );
return $this->baseurl;
}