mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 02:47:39 +02:00
parent
706e916aad
commit
3b8b41c3f6
@ -115,7 +115,7 @@ class IcingaCommand extends IcingaObject
|
||||
{
|
||||
return $path[0] === '/'
|
||||
|| $path[0] === '\\'
|
||||
|| preg_match('/^[A-Z]:\\\/', substr($path, 0, 3));
|
||||
|| preg_match('/^[A-Za-z]:\\\/', substr($path, 0, 3));
|
||||
}
|
||||
|
||||
public static function setPluginDir($pluginDir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user