Changeset 6249 for trunk/centreon/www/include/nagiosStats/getStats.php
- Timestamp:
- 08/21/08 19:19:15 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/nagiosStats/getStats.php
r6197 r6249 114 114 115 115 if (!isset($_GET["start"])) { 116 $start = time() - (60*60* 96);116 $start = time() - (60*60*24); 117 117 } else { 118 118 switch ($_GET["start"]) { … … 206 206 print $str; 207 207 } 208 209 208 ?>
