Changeset 1412


Ignore:
Timestamp:
08/02/05 16:46:14 (8 years ago)
Author:
anarcat
Message:

display the proper number of months used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bureau/admin/stats_show_per_month.php

    r1411 r1412  
    3131 
    3232include("head.php"); 
     33 
     34// max 100 months, 12 by default 
     35$count = ($_GET['count'] ? $_GET['count'] % 100: 12); 
    3336?> 
    3437</head> 
    3538<body> 
    36 <h3><?php __("Bandwidth usage in the last 3 months"); ?></h3> 
     39<h3><?php __("Bandwidth usage in the last $count months"); ?></h3> 
    3740 
    3841<?php 
    39  
    40 // max 100 months, 2 by default 
    41 $count = ($_GET['count'] ? $_GET['count'] % 100: 2); 
    4242 
    4343?> 
Note: See TracChangeset for help on using the changeset viewer.