Opps, missed one ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
221cfa8c22
commit
47602577f3
1 changed files with 2 additions and 2 deletions
4
boot.php
4
boot.php
|
@ -675,8 +675,8 @@ class App {
|
|||
* or in a sub-directory and adjust accordingly
|
||||
*/
|
||||
|
||||
$path = trim(dirname($_SERVER['SCRIPT_NAME']),'/\\');
|
||||
if (isset($path) && strlen($path) && ($path != $this->path))
|
||||
$path = trim(dirname($_SERVER['SCRIPT_NAME']), '/\\');
|
||||
if (isset($path) && strlen($path) && ($path != $this->path)) {
|
||||
$this->path = $path;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue