Changeset 1412
- Timestamp:
- 08/02/05 16:46:14 (8 years ago)
- File:
-
- 1 edited
-
trunk/bureau/admin/stats_show_per_month.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bureau/admin/stats_show_per_month.php
r1411 r1412 31 31 32 32 include("head.php"); 33 34 // max 100 months, 12 by default 35 $count = ($_GET['count'] ? $_GET['count'] % 100: 12); 33 36 ?> 34 37 </head> 35 38 <body> 36 <h3><?php __("Bandwidth usage in the last 3months"); ?></h3>39 <h3><?php __("Bandwidth usage in the last $count months"); ?></h3> 37 40 38 41 <?php 39 40 // max 100 months, 2 by default41 $count = ($_GET['count'] ? $_GET['count'] % 100: 2);42 42 43 43 ?>
Note: See TracChangeset
for help on using the changeset viewer.
