aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php2
1 files changed, 0 insertions, 2 deletions
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