From: Fabrixxm Date: Wed, 1 Oct 2014 07:04:06 +0000 (+0200) Subject: comment out multidomain config support X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70659b67d2a268b58877c874b07369d04df26a95;p=friendica.git comment out multidomain config support --- diff --git a/boot.php b/boot.php index 31858010d8..20abdde500 100644 --- a/boot.php +++ b/boot.php @@ -508,7 +508,7 @@ if(! class_exists('App')) { $argc --; } - set_include_path("include/$this->hostname" . PATH_SEPARATOR . get_include_path()); + #set_include_path("include/$this->hostname" . PATH_SEPARATOR . get_include_path()); if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'],0,9) === "pagename=") { $this->query_string = substr($_SERVER['QUERY_STRING'],9);