mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
ApplicationBootstrap: Change default library path
from: `/usr/share/php-Icinga` to: `/usr/share/icinga-php`
This commit is contained in:
parent
cc0c6fc71b
commit
4fc78a4cfd
@ -199,8 +199,8 @@ abstract class ApplicationBootstrap
|
|||||||
explode(':', $libraryPaths)
|
explode(':', $libraryPaths)
|
||||||
), 'is_dir');
|
), 'is_dir');
|
||||||
} else {
|
} else {
|
||||||
$this->libraryPaths = is_dir('/usr/share/php-icinga')
|
$this->libraryPaths = is_dir('/usr/share/icinga-php')
|
||||||
? ['/usr/share/php-icinga']
|
? ['/usr/share/icinga-php']
|
||||||
: [];
|
: [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user