summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-09-19 14:20:34 -0300
committerRenato Botelho <renato@netgate.com>2017-09-19 14:21:06 -0300
commit5c7fead15b65dd2978ea130ac6847c4e069a61c2 (patch)
treece651740f79d8f276c435ec43e5eace19f107a3e /src/etc/inc/captiveportal.inc
parentfbfbc6bd132134fefa543be55304a77e2fb87ff6 (diff)
downloadpfsense-5c7fead15b65dd2978ea130ac6847c4e069a61c2.zip
pfsense-5c7fead15b65dd2978ea130ac6847c4e069a61c2.tar.gz
Remove correct file
Diffstat (limited to 'src/etc/inc/captiveportal.inc')
-rw-r--r--src/etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/captiveportal.inc b/src/etc/inc/captiveportal.inc
index 5e824a8..f5aab4d 100644
--- a/src/etc/inc/captiveportal.inc
+++ b/src/etc/inc/captiveportal.inc
@@ -721,7 +721,7 @@ function captiveportal_delete_rules() {
file_put_contents("{$g['tmp_path']}/ipfw_{$cpzone}.deltable.rules", $delrules);
mwexec("/sbin/ipfw -q {$g['tmp_path']}/ipfw_{$cpzone}.deltable.rules", true);
- @unlink("{$g['tmp_path']}/ipfw_{$cpzone}.del.rules");
+ @unlink("{$g['tmp_path']}/ipfw_{$cpzone}.deltable.rules");
}
/*
OpenPOWER on IntegriCloud