mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
1385667edc
commit
ff87588d96
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class Config extends Zend_Config
|
|||
*/
|
||||
public static function resolvePath($path)
|
||||
{
|
||||
if (strpos($path, DIRECTORY_SEPARATOR) === 0) {
|
||||
if (strpos($path, DIRECTORY_SEPARATOR) === 0 || self::$configDir === false) {
|
||||
return $path;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue