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

13 lines
213 B
PHP
Raw Normal View History

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