Files

9 lines
168 B
PHP
Raw Permalink Normal View History

<?php
$rrd_filename = rrd_name($device['hostname'], 'cipsec_flow');
2020-09-21 15:40:17 +02:00
$ds_in = 'InOctets';
$ds_out = 'OutOctets';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';