Revision d127d01d
Added by Ermal Luçi over 10 years ago
etc/inc/captiveportal.inc | ||
---|---|---|
1053 | 1053 |
if ($remainder > 0) |
1054 | 1054 |
mwexec_bg("/usr/local/sbin/fcgicli -f /etc/rc.captiveportal_configure_mac -d \"cpzone={$cpzone}&startidx=" . ($i * 1000) . "&stopidx=" . (($i* 1000) + $remainder) ."\""); |
1055 | 1055 |
} else { |
1056 |
foreach ($config['captiveportal'][$cpzone]['passthrumac'] as $macent) {
|
|
1056 |
foreach ($config['captiveportal'][$cpzone]['passthrumac'] as $macent) |
|
1057 | 1057 |
$rules .= captiveportal_passthrumac_configure_entry($macent, true); |
1058 | 1058 |
} |
1059 | 1059 |
} |
Also available in: Unified diff
Ooops fix culries