comment out multidomain config support

This commit is contained in:
Fabrixxm 2014-10-01 09:04:06 +02:00
parent 3a0b18fa36
commit 70659b67d2
1 changed files with 1 additions and 1 deletions

View File

@ -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);