improve mac accounting (why was it in port? am i mental?)

git-svn-id: http://www.observium.org/svn/observer/trunk@2201 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-29 16:49:37 +00:00
parent 28558969c4
commit 7b13ceef8f
5 changed files with 31 additions and 25 deletions

View File

@@ -154,9 +154,9 @@ if ($_GET['optd'] == "top10")
if ($_GET['optc'])
{
$graph_type = "port_mac_acc_" . $_GET['optc'];
$graph_type = "macaccounting_" . $_GET['optc'];
} else {
$graph_type = "port_mac_acc_bits";
$graph_type = "macaccounting_bits";
}
if ($_GET['optd'] == "thumbs")