mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#14899)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -112,7 +112,7 @@ try {
|
||||
} catch (Exception $exception) {
|
||||
print_error('ERROR: no valid auth_mechanism defined!');
|
||||
echo $exception->getMessage() . PHP_EOL;
|
||||
exit();
|
||||
exit;
|
||||
}
|
||||
|
||||
if (module_selected('web', $init_modules)) {
|
||||
|
Reference in New Issue
Block a user