Revision 93958dab
Added by Ermal Luçi almost 16 years ago
etc/inc/captiveportal.inc | ||
---|---|---|
608 | 608 |
$stop_time); |
609 | 609 |
} |
610 | 610 |
|
611 |
mwexec("/sbin/ipfw table 4 delete {$dbent[2]}");
|
|
611 |
mwexec("/sbin/ipfw table 3 delete {$dbent[2]}");
|
|
612 | 612 |
mwexec("/sbin/ipfw table 4 delete {$dbent[2]}"); |
613 | 613 |
mwexec("/sbin/ipfw delete {$dbent[1]}"); |
614 | 614 |
|
Also available in: Unified diff
Correct typo. Reported-by: stompro(forums:http://forum.pfsense.org/index.php/topic,18841.0.html)