removed old-lost code
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
506af8b556
commit
a70a2381c9
3
boot.php
3
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
|
||||
|
|
Loading…
Reference in a new issue