]> git.mxchange.org Git - friendica.git/commitdiff
removed old-lost code
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 11:49:09 +0000 (12:49 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 11:49:17 +0000 (12:49 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
boot.php

index a00fa5c50c804b6021040ff022f20e32b230c870..782b2e798d012955dde45f53cfe7762f8d459b78 100644 (file)
--- 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