removed old-lost code

Signed-off-by: Roland Haeder <roland@mxchange.org>
pull/3254/head
Roland Haeder 2017-03-25 12:49:09 +01:00
rodzic 506af8b556
commit a70a2381c9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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