mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Updated new_alert_rule modal to not die and instead only return the page for admins
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
if(is_admin() === false) {
|
||||
die('ERROR: You need to be admin');
|
||||
}
|
||||
if(is_admin() !== false) {
|
||||
|
||||
?>
|
||||
|
||||
@@ -229,3 +227,9 @@ $('#rule-submit').click('', function(e) {
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user