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

9 lines
112 B
PHP
Raw Normal View History

2011-09-12 13:53:37 +00:00
<?php
$ds_in = "TunInOctets";
$ds_out = "TunOutOctets";
2011-09-12 13:53:37 +00:00
include("includes/graphs/generic_bytes.inc.php");
?>