summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-25 13:56:29 -0300
committerRenato Botelho <renato@netgate.com>2017-07-25 13:56:29 -0300
commitfa6ae0ea3166be6f86025abfe553c05e0a5ade4b (patch)
treeee22ef492037d6a8f9d419fc6a10b53f076d1b3b /src/etc
parent3c4fcd5bdc71a54b7c3c24ca331a8d8fc8693c44 (diff)
downloadpfsense-fa6ae0ea3166be6f86025abfe553c05e0a5ade4b.zip
pfsense-fa6ae0ea3166be6f86025abfe553c05e0a5ade4b.tar.gz
Remove leftover debug
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/captiveportal.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/inc/captiveportal.inc b/src/etc/inc/captiveportal.inc
index 8c6fd9c..d5eacb1 100644
--- a/src/etc/inc/captiveportal.inc
+++ b/src/etc/inc/captiveportal.inc
@@ -663,7 +663,6 @@ function captiveportal_init_rules($reinit = false) {
"skipto 65534 all from any to any");
/* generate passthru mac database */
- file_put_contents("/tmp/debug_antes", $cprules);
$cprules .= captiveportal_passthrumac_configure(true);
$cprules .= "\n";
OpenPOWER on IntegriCloud