remove broken include path hack

This commit is contained in:
zotlabs 2018-07-03 18:26:34 -07:00
parent d753492382
commit 18dbc490fe

View File

@ -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