diff options
author | friendica <info@friendica.com> | 2012-10-18 18:34:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-18 18:34:38 -0700 |
commit | f685b676567e990a1105100230a2cf1ba6d55ee9 (patch) | |
tree | 90bc2f36d3425a4834468782111c33a9c09dfe5b /boot.php | |
parent | 2cd999490406f3a1db3995a894768cf08f2cc0fd (diff) | |
download | volse-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.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } |