diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-03 18:26:34 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-03 18:26:34 -0700 |
commit | 18dbc490fe4a00b8d542bf20325984ed6453677c (patch) | |
tree | b4220f5dba1f22300b71aaa42b69c638671741d6 | |
parent | d753492382cf2351886ca94580ea7fbb021f06f0 (diff) | |
download | volse-hubzilla-18dbc490fe4a00b8d542bf20325984ed6453677c.tar.gz volse-hubzilla-18dbc490fe4a00b8d542bf20325984ed6453677c.tar.bz2 volse-hubzilla-18dbc490fe4a00b8d542bf20325984ed6453677c.zip |
remove broken include path hack
-rwxr-xr-x | boot.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |