filter, rule statistics, close window when not found (firewall_rule_lookup.php), for https://github.com/opnsense/core/issues/3312

This commit is contained in:
Ad Schellevis 2019-03-19 18:20:43 +01:00
parent abcf334e92
commit af55c854bc

View File

@ -67,3 +67,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
// not found, XXX: figure out where to redirect to
}
}
?>
<script>
// close when not found
window.close();
</script>