]> git.mxchange.org Git - friendica.git/commitdiff
comment out multidomain config support
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 1 Oct 2014 07:04:06 +0000 (09:04 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 1 Oct 2014 07:04:06 +0000 (09:04 +0200)
boot.php

index 31858010d8e74a7e3485f12af6dcf617cb0215e1..20abdde5005401145c1ff6a52518b282a234b21f 100644 (file)
--- 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);