librenms/html/includes/graphs/macaccounting/bits.inc.php
2012-04-20 10:35:13 +00:00

9 lines
93 B
PHP

<?php
$ds_in = "IN";
$ds_out = "OUT";
include("includes/graphs/generic_data.inc.php");
?>