2011-09-12 13:53:37 +00:00
|
|
|
<?php
|
|
|
|
|
|
2020-09-21 15:40:17 +02:00
|
|
|
$ds_in = 'TunInOctets';
|
2015-07-10 13:36:21 +02:00
|
|
|
$ds_out = 'TunOutOctets';
|
2011-09-12 13:53:37 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$format = 'octets';
|
2012-04-20 10:35:13 +00:00
|
|
|
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/generic_data.inc.php';
|