Changeset 268
- Timestamp:
- 11/03/04 22:14:55 (9 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
wifidog/admin/hotspot_log.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r267 r268 1 1 # $Header$ 2 2004-11-04 Benoit Gr�goire <bock@step.polymtl.ca> 3 * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well. 4 2 5 2004-11-03 Benoit Gr�goire <bock@step.polymtl.ca> 3 6 * wifidog/ping/index.php: Log user-agent -
trunk/wifidog-auth/wifidog/admin/hotspot_log.php
r267 r268 71 71 72 72 echo "<tr class='spreadsheet'><th class='spreadsheet'>Successfull connections<br />(successfull means with data actually transferred)</th><td class='spreadsheet'>\n"; 73 $num_online_users = $stats->getNumOnlineUsers($node_row['node_id']); 74 echo "Currently online: $num_online_users<br />\n"; 73 75 $results = null; 74 76 $db->ExecSqlUniqueRes("SELECT COUNT(conn_id) FROM connections WHERE node_id='$node_row[node_id]' AND incoming!=0",$results, false); 75 echo " Number: $results[count]<br />\n";77 echo "Cumulative: $results[count]<br />\n"; 76 78 77 79 $results = null;
