Opps, missed one ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
221cfa8c22
commit
47602577f3
2
boot.php
2
boot.php
|
@ -676,7 +676,7 @@ class App {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$path = trim(dirname($_SERVER['SCRIPT_NAME']), '/\\');
|
$path = trim(dirname($_SERVER['SCRIPT_NAME']), '/\\');
|
||||||
if (isset($path) && strlen($path) && ($path != $this->path))
|
if (isset($path) && strlen($path) && ($path != $this->path)) {
|
||||||
$this->path = $path;
|
$this->path = $path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue