From 18dbc490fe4a00b8d542bf20325984ed6453677c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 3 Jul 2018 18:26:34 -0700 Subject: remove broken include path hack --- boot.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2c4fad641..e13910ecf 100755 --- a/boot.php +++ b/boot.php @@ -873,8 +873,6 @@ class App { self::$path = $path; } - set_include_path("include/self::$hostname" . PATH_SEPARATOR . get_include_path()); - if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'], 0, 2) === "q=") { self::$query_string = escape_tags(substr($_SERVER['QUERY_STRING'], 2)); // removing trailing / - maybe a nginx problem -- cgit v1.2.3