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

8 lines
104 B
PHP
Raw Normal View History

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