From 53a908a3d72b4d7ccf2bcf579b721034089f5601 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 18 Nov 2012 23:44:03 -0800 Subject: [PATCH] fix directory --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot.php b/boot.php index a34856ee71..b00424f950 100644 --- a/boot.php +++ b/boot.php @@ -437,8 +437,9 @@ if(! class_exists('App')) { if(isset($path) && strlen($path) && ($path != $this->path)) $this->path = $path; } - if (is_array($argv) && $argc>1 && !x($_SERVER,'SERVER_NAME') && substr(end($argv), 0, 4)=="http" ) { + if (is_array($argv) && $argc>1 && substr(end($argv), 0, 4)=="http" ) { $this->set_baseurl(array_pop($argv) ); + $argc --; } set_include_path(