Revision f9f71ad3
Added by Ermal Luçi almost 16 years ago
usr/local/www/status_captiveportal.php | ||
---|---|---|
71 | 71 |
foreach ($cpcontents as $cpcontent) { |
72 | 72 |
$cpent = explode(",", $cpcontent); |
73 | 73 |
if ($_GET['showact']) |
74 |
$cpent[5] = captiveportal_get_last_activity($cpent[1]);
|
|
74 |
$cpent[5] = captiveportal_get_last_activity($cpent[2]);
|
|
75 | 75 |
$cpdb[] = $cpent; |
76 | 76 |
} |
77 | 77 |
if ($_GET['order']) { |
Also available in: Unified diff
NOTE: The only thing remaining for full optimization on ipfw(4) side is converting passthrumac and layer2 secure rules to tables aswell.