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

7 lines
101 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
require 'includes/graphs/generic_data.inc.php';