diff --git a/html/pages/bill/history.inc.php b/html/pages/bill/history.inc.php
index ddf2f97c3..be0561697 100644
--- a/html/pages/bill/history.inc.php
+++ b/html/pages/bill/history.inc.php
@@ -54,7 +54,7 @@
echo("
|
- from ".strftime("%x", strtotime($datefrom))." to ".strftime("%x", strtotime($dateto))." |
+ ".strftime("%Y", strtotime($datefrom))." to ".strftime("%Y", strtotime($dateto))." |
$type |
$allowed |
$in |
diff --git a/html/pages/bills.inc.php b/html/pages/bills.inc.php
index 6f5fa6b04..c94e00617 100644
--- a/html/pages/bills.inc.php
+++ b/html/pages/bills.inc.php
@@ -20,8 +20,8 @@ echo("");
if ($_GET['opta'] == "history")
{
- include("pages/bill/search.inc.php");
- include("pages/bill/pmonth.inc.php");
+ include("pages/bills/search.inc.php");
+ include("pages/bills/pmonth.inc.php");
}
elseif ($_GET['opta'] == "add")
{
@@ -77,7 +77,6 @@ elseif ($_GET['opta'] == "add")
} else {
include("pages/bill/search.inc.php");
- /*
print_optionbar_start('40');
?>
@@ -125,7 +124,6 @@ elseif ($_GET['opta'] == "add")
diff --git a/html/pages/bill/pmonth.inc.php b/html/pages/bills/pmonth.inc.php
similarity index 90%
rename from html/pages/bill/pmonth.inc.php
rename to html/pages/bills/pmonth.inc.php
index ea4c71303..a3855f8fc 100644
--- a/html/pages/bill/pmonth.inc.php
+++ b/html/pages/bills/pmonth.inc.php
@@ -1,21 +1,21 @@
-
- |
- Billing name |
+ echo('
+
+ |
+ Billing name |
Type |
Allowed |
Inbound |
Outbound |
Total |
95 percentile |
- Overusage |
- |
-
");
+ Overusage |
+ |
+ ');
foreach (dbFetchRows("SELECT * FROM `bills` ORDER BY `bill_name`") as $bill)
{