Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/status_rrd_graph.php | ||
---|---|---|
392 | 392 |
break; |
393 | 393 |
} |
394 | 394 |
} |
395 |
// echo "start $start ". date('l jS \of F Y h:i:s A', $start) .", end $end ". date('l jS \of F Y h:i:s A', $end) ."<br>"; |
|
395 |
// echo "start $start ". date('l jS \of F Y h:i:s A', $start) .", end $end ". date('l jS \of F Y h:i:s A', $end) ."<br />";
|
|
396 | 396 |
$dates = array(); |
397 | 397 |
$dates['start'] = $start; |
398 | 398 |
$dates['end'] = $end; |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />