Revision 17e7a243
Added by Scott Ullrich over 14 years ago
etc/inc/captiveportal.inc | ||
---|---|---|
1858 | 1858 |
else |
1859 | 1859 |
return false; |
1860 | 1860 |
|
1861 |
if ($freeloginscount < 1 || $resettimeout <= 0 || !clientmac) |
|
1861 |
if ($freeloginscount < 1 || $resettimeout <= 0 || !$clientmac)
|
|
1862 | 1862 |
return false; |
1863 | 1863 |
|
1864 | 1864 |
$updatetimeouts = isset($config['captiveportal']['freelogins_updatetimeouts']); |
Also available in: Unified diff
missing $