From a70a2381c98671d778e514f7bf495a44fe44d576 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 25 Mar 2017 12:49:09 +0100 Subject: [PATCH] removed old-lost code Signed-off-by: Roland Haeder --- boot.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/boot.php b/boot.php index a00fa5c50c..782b2e798d 100644 --- a/boot.php +++ b/boot.php @@ -692,9 +692,6 @@ class App { $_SERVER["argc"] --; } - /// @TODO no longer needed? - #set_include_path("include/$this->hostname" . PATH_SEPARATOR . get_include_path()); - if ((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'],0,9) === "pagename=") { $this->query_string = substr($_SERVER['QUERY_STRING'],9); // removing trailing / - maybe a nginx problem