mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Move InfluxDB to vendor and update dependencies. (#8184)
Update all dependencies Updated event-dispatcher too far
This commit is contained in:
@@ -43,10 +43,6 @@ if (!is_file($install_dir . '/vendor/autoload.php')) {
|
||||
}
|
||||
require $install_dir . '/vendor/autoload.php';
|
||||
|
||||
if (version_compare(PHP_VERSION, '5.4', '>=')) {
|
||||
require_once $install_dir . '/lib/influxdb-php/vendor/autoload.php';
|
||||
}
|
||||
|
||||
if (!function_exists('module_selected')) {
|
||||
function module_selected($module, $modules)
|
||||
{
|
||||
|
Reference in New Issue
Block a user