Changeset 1058 for trunk/htdocs/cacher/cacher.tpl.php
- Timestamp:
- 2012-07-27T10:10:24+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/cacher.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/cacher.tpl.php
r1053 r1058 84 84 $hits_avg_h = number_format(array_avg($ci['hits_by_hour']), 2); 85 85 $hits_avg_s = number_format(array_avg($ci['hits_by_second']), 2); 86 $hits_graph_h = hits_to_graph($ci['hits_by_hour']);86 $hits_graph_h = get_cache_hits_graph($ci, 'hits_by_hour'); 87 87 $hits_graph_h_w = count($ci['hits_by_hour']) * 2; 88 88
Note: See TracChangeset
for help on using the changeset viewer.

