Files
librenms-librenms/html/includes/graphs/diskio/bits.inc.php
T

9 lines
101 B
PHP
Raw Normal View History

2010-06-20 11:46:40 +00:00
<?php
$rra_in = "read";
$rra_out = "written";
include("includes/graphs/generic_bits.inc.php");
2010-06-20 11:46:40 +00:00
?>