From 70659b67d2a268b58877c874b07369d04df26a95 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 1 Oct 2014 09:04:06 +0200 Subject: [PATCH] comment out multidomain config support --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);