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

7 lines
106 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
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';