2007-04-03 14:10:23 +00:00
|
|
|
<?php
|
|
|
|
|
2011-03-16 18:28:52 +00:00
|
|
|
global $config;
|
2007-11-21 14:26:24 +00:00
|
|
|
|
2011-03-16 18:28:52 +00:00
|
|
|
$graph_array['height'] = "100";
|
|
|
|
$graph_array['width'] = "215";
|
2011-05-17 19:21:20 +00:00
|
|
|
$graph_array['to'] = $config['time']['now'];
|
2011-09-18 13:11:04 +00:00
|
|
|
$graph_array['id'] = $port['interface_id'];
|
2011-03-16 18:28:52 +00:00
|
|
|
$graph_array['type'] = $graph_type;
|
2009-02-06 15:17:09 +00:00
|
|
|
|
2011-03-16 18:28:52 +00:00
|
|
|
include("includes/print-quadgraphs.inc.php");
|
2010-03-11 21:58:50 +00:00
|
|
|
|
2011-05-17 19:21:20 +00:00
|
|
|
?>
|