summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-06-30 13:26:19 +0000
committerErmal Luçi <eri@pfsense.org>2009-06-30 13:26:19 +0000
commit619fe0c483d5df9927a252218a6ac3159c396842 (patch)
treeb0fd09b5297cfea9cf980e35e95ff5a538fe7363 /etc/inc/captiveportal.inc
parent156487ed7db7f8a08d6063001a37d9cdf54cdd3a (diff)
downloadpfsense-619fe0c483d5df9927a252218a6ac3159c396842.zip
pfsense-619fe0c483d5df9927a252218a6ac3159c396842.tar.gz
* Garbage collect a variable used for lockfile in the CP before but is unuseful now.
* Rename the dirtyfile variable to voucher_dirtyfile to reduce namespace problems or clashes with other variables.
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 41b386b..eed86c6 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -42,8 +42,6 @@ require_once("radius_accounting.inc");
require_once("radius.inc");
require_once("voucher.inc");
-$lockfile = "{$g['varrun_path']}/captiveportal.lock";
-
function captiveportal_configure() {
global $config, $g;
OpenPOWER on IntegriCloud