mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Work around issue with Weathermaps (#10033)
This commit is contained in:
@@ -93,7 +93,11 @@ if (module_selected('alerts', $init_modules)) {
|
||||
}
|
||||
|
||||
// Boot Laravel
|
||||
\LibreNMS\Util\Laravel::bootCli();
|
||||
if (module_selected('auth', $init_modules)) {
|
||||
\LibreNMS\Util\Laravel::bootWeb();
|
||||
} else {
|
||||
\LibreNMS\Util\Laravel::bootCli();
|
||||
}
|
||||
|
||||
set_debug(false); // disable debug initially (hides legacy errors too)
|
||||
|
||||
|
Reference in New Issue
Block a user