mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Added alert init module to ajax_form #5058
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
// FUA
|
||||
|
||||
$init_modules = array('web', 'auth');
|
||||
$init_modules = array('web', 'auth', 'alerts');
|
||||
require realpath(__DIR__ . '/..') . '/includes/init.php';
|
||||
|
||||
set_debug($_REQUEST['debug']);
|
||||
|
Reference in New Issue
Block a user