removed old-lost code

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-25 12:49:09 +01:00
parent 506af8b556
commit a70a2381c9
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 0 additions and 3 deletions

View File

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