mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix adding bills. needs more work to standardise URLs.
git-svn-id: http://www.observium.org/svn/observer/trunk@3245 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -45,12 +45,12 @@ $pagetitle[] = "Billing";
|
||||
|
||||
echo("<meta http-equiv='refresh' content='10000'>");
|
||||
|
||||
if ($_GET['opta'] == "history")
|
||||
if ($vars['view'] == "history")
|
||||
{
|
||||
include("pages/bills/search.inc.php");
|
||||
include("pages/bills/pmonth.inc.php");
|
||||
}
|
||||
elseif ($_GET['opta'] == "add")
|
||||
elseif ($vars['view'] == "add")
|
||||
{
|
||||
if (is_numeric($vars['port']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user