Skip to content

Commit

Permalink
Allow SNMP Walk through firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Dec 27, 2018
1 parent 0374e1a commit f7fc76a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/index.php
Expand Up @@ -159,7 +159,12 @@ function sanitize($string) {
<script src="/js/ays-beforeunload-shim.js"></script>
<script>
$(function() {
$('#sst').areYouSure();
$('#sst').areYouSure(
{
message: 'If you do not save your changes you will lose them. '
+ 'Please cancel and save if you want to keep them.'
}
);
});
</script>
<form method="post" id="sst" class="sky-form" style="border:none;">
Expand Down

0 comments on commit f7fc76a

Please sign in to comment.