Files
2020-09-21 15:40:17 +02:00

14 lines
350 B
PHP

<?php
if (rrdtool_check_rrd_exists(rrd_name($device['hostname'], 'netstats-ip'))) {
$graph_title = 'IP Statistics';
$graph_type = 'device_ip';
include 'includes/html/print-device-graph.php';
$graph_title = 'IP Fragmented Statistics';
$graph_type = 'device_ip_fragmented';
include 'includes/html/print-device-graph.php';
}