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

9 lines
93 B
PHP
Raw Normal View History

<?php
$ds_in = "IN";
$ds_out = "OUT";
2009-10-27 13:04:16 +00:00
include("includes/graphs/generic_bits.inc.php");
?>