Changeset 72 for branches/user_agent/stats.php
- Timestamp:
- 08/24/09 08:31:49 (3 years ago)
- Files:
-
- 1 modified
-
branches/user_agent/stats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/user_agent/stats.php
r63 r72 125 125 foreach ($useragent_stats['system'] as $system => $count) 126 126 { 127 if ($i > 10)127 if ($i > 20) 128 128 break; 129 129 … … 137 137 foreach ($useragent_stats['browser'] as $browser => $count) 138 138 { 139 if ($i > 10)139 if ($i > 30) 140 140 break; 141 141