summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2012-07-06 01:03:56 +0200
committerbcyrill <cyrill@bannwart.info>2012-07-06 01:03:56 +0200
commit5ef762e1840b603be5e73973272ad7a350af0edd (patch)
tree327cc8148e0dfcd94790818be41e24abb0f5603e
parentb7fb885c4a12e3969063272abfc20333f3172d7c (diff)
downloadpfsense-5ef762e1840b603be5e73973272ad7a350af0edd.zip
pfsense-5ef762e1840b603be5e73973272ad7a350af0edd.tar.gz
Fix Captive Portal SSL
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 1ee71ef..12df424 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -476,7 +476,7 @@ function captiveportal_init_webgui_zone($cpcfg) {
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-{$cpzone}-CaptivePortal.conf");
/* fire up https instance */
- if (isset($cpcfg['httpslogin']) && $cpcfg['httpslogin'])
+ if (isset($cpcfg['httpslogin']))
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-{$cpzone}-CaptivePortal-SSL.conf");
}
OpenPOWER on IntegriCloud