mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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)
|
||||
), 'is_dir');
|
||||
} else {
|
||||
$this->libraryPaths = is_dir('/usr/share/php-icinga')
|
||||
? ['/usr/share/php-icinga']
|
||||
$this->libraryPaths = is_dir('/usr/share/icinga-php')
|
||||
? ['/usr/share/icinga-php']
|
||||
: [];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user