aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-03 18:26:34 -0700
committerzotlabs <mike@macgirvin.com>2018-07-03 18:26:34 -0700
commit18dbc490fe4a00b8d542bf20325984ed6453677c (patch)
treeb4220f5dba1f22300b71aaa42b69c638671741d6 /boot.php
parentd753492382cf2351886ca94580ea7fbb021f06f0 (diff)
downloadvolse-hubzilla-18dbc490fe4a00b8d542bf20325984ed6453677c.tar.gz
volse-hubzilla-18dbc490fe4a00b8d542bf20325984ed6453677c.tar.bz2
volse-hubzilla-18dbc490fe4a00b8d542bf20325984ed6453677c.zip
remove broken include path hack
Diffstat (limited to 'boot.php')
-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