add code to remove old entries from ports_stack

git-svn-id: http://www.observium.org/svn/observer/trunk@2469 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-15 16:52:28 +00:00
parent a4f78e84f0
commit 51224f7608
3 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
<?php
echo("<pre>");
print_r($_GET);
print_r($vars);
echo("</pre>");
if ($_GET['optc'] == 'graphs')
{
if ($_GET['optd']) { $graph_type = "port_" . $_GET['optd']; } else { $graph_type = "port_bits"; }