fix BGP a bit. move CEF to routing.

git-svn-id: http://www.observium.org/svn/observer/trunk@2102 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-19 21:54:43 +00:00
parent a90ef76205
commit b40b218f43
9 changed files with 90 additions and 67 deletions
+4 -3
View File
@@ -2,8 +2,9 @@
global $config;
$graph_array['height'] = "100";
$graph_array['width'] = "215";
if(!$graph_array['height']) { $graph_array['height'] = "100"; }
if(!$graph_array['width']) { $graph_array['width'] = "215"; }
$graph_array['to'] = $now;
$periods = array('day', 'week', 'month', 'year');
@@ -20,4 +21,4 @@ foreach ($periods as $period)
echo(overlib_link($link, generate_graph_tag($graph_array), generate_graph_tag($graph_array_zoom), NULL));
}
?>
?>