- Timestamp:
- 10/20/06 17:40:18 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/StatisticReport/UserReport.php
r1037 r1114 224 224 225 225 $html .= " <td>".$connection['token_status']."</td>\n"; 226 $html .= " <td><a href='?date_from={$_ REQUEST['date_from']}&date_to={$_REQUEST['date_to']}&node_id={$nodeObject->getId()}'>{$nodeObject->getName()}</a></td>\n";226 $html .= " <td><a href='?date_from={$_date_from}&date_to={$_date_to}&node_id={$nodeObject->getId()}'>{$nodeObject->getName()}</a></td>\n"; 227 227 $html .= " <td>".$connection['user_ip']."</td>\n"; 228 228 $html .= " <td>".Utils :: convertBytesToWords($connection['incoming'])."</td>\n";
