new install settings

This commit is contained in:
friendica
2012-10-18 18:34:38 -07:00
parent 2cd9994904
commit f685b67656
5 changed files with 14 additions and 5 deletions
+1 -2
View File
@@ -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;
}