mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
ipsec: better safe than sorry
This commit is contained in:
parent
e2c7dc562b
commit
1d3b6e610d
@ -62,6 +62,9 @@ function ipsec_ikeid_next() {
|
||||
return $ikeid;
|
||||
}
|
||||
|
||||
config_read_array('ipsec', 'phase1');
|
||||
config_read_array('ipsec', 'phase2');
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
// fetch data
|
||||
if (isset($_GET['dup']) && is_numericint($_GET['dup'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user