comment out multidomain config support
This commit is contained in:
parent
3a0b18fa36
commit
70659b67d2
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -508,7 +508,7 @@ if(! class_exists('App')) {
|
||||||
$argc --;
|
$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=") {
|
if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'],0,9) === "pagename=") {
|
||||||
$this->query_string = substr($_SERVER['QUERY_STRING'],9);
|
$this->query_string = substr($_SERVER['QUERY_STRING'],9);
|
||||||
|
|
Loading…
Reference in a new issue