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

8 lines
106 B
PHP
Raw Normal View History

2009-10-27 13:04:16 +00:00
<?php
$rra_in = "INOCTETS";
$rra_out = "OUTOCTETS";
include("includes/graphs/generic_bits.inc.php");
2009-10-27 13:04:16 +00:00
2011-03-17 13:25:37 +00:00
?>