/// -> //

git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 12:24:34 +00:00
parent cacf913a55
commit b273e04241
247 changed files with 716 additions and 716 deletions

View File

@@ -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>");

View File

@@ -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"];

View File

@@ -125,7 +125,7 @@
}
$i++;
} /// PERMITTED
} // PERMITTED
}
echo("</table>");