summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-12-14 17:22:17 -0500
committerjim-p <jimp@pfsense.org>2010-12-14 17:22:17 -0500
commitd12003c99517c25105673c557aebec7e3fa55dcb (patch)
treeda0d98cba0375c010cac021961f8845ae31a00bf /etc/inc/captiveportal.inc
parentdeeaf52c65fb63292c1b10373e9fe146666a00d8 (diff)
downloadpfsense-d12003c99517c25105673c557aebec7e3fa55dcb.zip
pfsense-d12003c99517c25105673c557aebec7e3fa55dcb.tar.gz
Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there.
This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc15
1 files changed, 1 insertions, 14 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index bc17f95..e36a626 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -210,21 +210,8 @@ function captiveportal_configure() {
if (isset($config['captiveportal']['enable'])) {
- if ($g['booting']) {
+ if ($g['booting'])
echo "Starting captive portal... ";
- if ($g['platform'] != "pfSense") {
- /* restore the vouchers, if we have them */
- if (file_exists("{$g['cf_conf_path']}/vouchers.tgz")) {
- $voucherrestore = "";
- $voucherreturn = "";
- exec("cd /;LANG=C /usr/bin/tar -xzf {$g['cf_conf_path']}/vouchers.tgz 2>&1", $voucherrestore, $voucherreturn);
- $voucherrestore = implode(" ", $voucherrestore);
- if($voucherreturn <> 0) {
- log_error("Voucher restore failed exited with $voucherreturn, the error is: $voucherrestore\n");
- }
- }
- }
- }
/* kill any running mini_httpd */
killbypid("{$g['varrun_path']}/lighty-CaptivePortal.pid");
OpenPOWER on IntegriCloud