Show
Ignore:
Timestamp:
08/21/08 19:19:15 (5 months ago)
Author:
jmathis
Message:

remove bug with stats when there are more than one poller

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/nagiosStats/getStats.php

    r6197 r6249  
    114114 
    115115        if (!isset($_GET["start"])) {            
    116                 $start = time() - (60*60*96);            
     116                $start = time() - (60*60*24);            
    117117        } else {                                 
    118118                switch ($_GET["start"]) { 
     
    206206                print $str; 
    207207        } 
    208          
    209208?>