Revision cfb78e2d
Added by Renato Botelho almost 5 years ago
src/etc/inc/captiveportal.inc | ||
---|---|---|
2368 | 2368 |
captiveportal_free_dn_ruleno($pipeno); |
2369 | 2369 |
@pfSense_ipfw_table("{$cpzone}_pipe_mac", IP_FW_TABLE_XDEL, "any,{$mac['mac']}"); |
2370 | 2370 |
@pfSense_ipfw_table("{$cpzone}_pipe_mac", IP_FW_TABLE_XDEL, "{$mac['mac']},any"); |
2371 |
@pfSense_ipfw_pipe("pipe delete " . $pipeno+1);
|
|
2371 |
@pfSense_ipfw_pipe("pipe delete " . ($pipeno+1));
|
|
2372 | 2372 |
@pfSense_ipfw_pipe("pipe delete " . $pipeno); |
2373 | 2373 |
} |
2374 | 2374 |
unset($config['captiveportal'][$cpzone]['passthrumac'][$idx]); |
Also available in: Unified diff
Fix unparenthesized expression deprecation notice