diff --git a/html/pages/addhost.inc.php b/html/pages/addhost.inc.php
index 7e561fd96f..63b9a811a5 100644
--- a/html/pages/addhost.inc.php
+++ b/html/pages/addhost.inc.php
@@ -3,6 +3,7 @@
if ($_SESSION['userlevel'] < 10)
{
include("includes/error-no-perm.inc.php");
+
exit;
}
diff --git a/html/pages/adduser.inc.php b/html/pages/adduser.inc.php
index 72aff8da23..83e46f2afe 100644
--- a/html/pages/adduser.inc.php
+++ b/html/pages/adduser.inc.php
@@ -9,7 +9,7 @@ if ($_SESSION['userlevel'] < '10')
else
{
echo("
Add User
");
-
+
$pagetitle[] = "Add user";
if (auth_usermanagement())
diff --git a/html/pages/bill.inc.php b/html/pages/bill.inc.php
index 67de5d2a52..95c187ea55 100644
--- a/html/pages/bill.inc.php
+++ b/html/pages/bill.inc.php
@@ -63,17 +63,13 @@ if (bill_permitted($bill_id))
WHERE B.bill_id = ? AND P.interface_id = B.port_id
AND D.device_id = P.device_id", array($bill_id));
-
-
echo("
Bill : " . $bill_data['bill_name'] . "
");
-
print_optionbar_start();
echo("Bill » ");
-
if (!$vars['view']) { $vars['view'] = "quick"; }
if ($vars['view'] == "quick") { echo("