From f685b676567e990a1105100230a2cf1ba6d55ee9 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Oct 2012 18:34:38 -0700 Subject: new install settings --- boot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boot.php') 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; } -- cgit v1.2.3