Revision a89a6c11
Added by Scott Ullrich over 20 years ago
etc/inc/filter.inc | ||
---|---|---|
144 | 144 |
mwexec("/bin/mv /tmp/ipfw.rules /tmp/ipfw.rules_old >/dev/null 2>&1"); |
145 | 145 |
mwexec("/sbin/ipfw delete 25 >/dev/null 2>&1\n"); |
146 | 146 |
} else { |
147 |
if(!isset($config['captiveportal']['enable']) |
|
147 |
if(!isset($config['captiveportal']['enable']))
|
|
148 | 148 |
mwexec("/sbin/kldunload ipfw.ko"); |
149 | 149 |
} |
150 | 150 |
|
Also available in: Unified diff
Missed closing bracket.
Pointy-hat-to: me