comment out multidomain config support

pull/1171/head
Fabrixxm 2014-10-01 09:04:06 +02:00
rodzic 3a0b18fa36
commit 70659b67d2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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