mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
/// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -31,7 +31,7 @@ if ($_POST['action'] == "reset_bill" && ($_POST['confirm'] == "rrd" || $_POST['c
|
||||
dbDelete('bill_data', '`bill_id` = ?', array($bill_id));
|
||||
}
|
||||
if ($_POST['confirm'] == "rrd") {
|
||||
/// Stil todo
|
||||
// Stil todo
|
||||
}
|
||||
|
||||
echo("<div class=infobox>Bill Reseting. Redirecting to Bills list.</div>");
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
include("includes/javascript-interfacepicker.inc.php");
|
||||
|
||||
/// This needs more verification. Is it already added? Does it exist?
|
||||
// This needs more verification. Is it already added? Does it exist?
|
||||
|
||||
/// Calculation to extract MB/GB/TB of Kbps/Mbps/Gbps
|
||||
// Calculation to extract MB/GB/TB of Kbps/Mbps/Gbps
|
||||
|
||||
$base = $config["billing"]["base"];
|
||||
|
||||
|
@@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
$i++;
|
||||
} /// PERMITTED
|
||||
} // PERMITTED
|
||||
}
|
||||
echo("</table>");
|
||||
|
||||
|
Reference in New Issue
Block a user