mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
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:
parent
abcf334e92
commit
af55c854bc
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user