mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use correct variable. Caught with eclipse.
This commit is contained in:
parent
a8a5bdfc9b
commit
556d59bed1
@ -197,7 +197,7 @@ EOD;
|
||||
/* generate lighttpd configuration */
|
||||
system_generate_lighty_config("{$g['varetc_path']}/lighty-CaptivePortal.conf",
|
||||
$cert, $key, "lighty-CaptivePortal.pid", "8000", "/usr/local/captiveportal/",
|
||||
"cert-portal.pem", "1", $procs, $use_fastcgi, true);
|
||||
"cert-portal.pem", "1", $maxproc, $use_fastcgi, true);
|
||||
|
||||
/* attempt to start lighttpd */
|
||||
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal.conf");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user