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

9 lines
114 B
PHP
Raw Normal View History

2012-01-12 11:09:45 +00:00
<?php
$ds_in = "ByteCounts";
$ds_out = "ClientByteCounts";
include("includes/graphs/generic_data.inc.php");
2012-01-12 11:09:45 +00:00
?>