diff --git a/net/pptp/src/www/vpn_pptp_log.inc b/net/pptp/src/www/vpn_pptp_log.inc
index 7fba93a2d..e900d3e16 100644
--- a/net/pptp/src/www/vpn_pptp_log.inc
+++ b/net/pptp/src/www/vpn_pptp_log.inc
@@ -60,12 +60,12 @@ function dump_clog_vpn($file, $tail, $type)
}
echo "
\n";
- echo "| " . htmlspecialchars(join(" ", array_slice($logent, 0, 3))) . " | \n";
+ echo "" . htmlspecialchars(join(" ", array_slice($logent, 0, 3))) . " | \n";
if ($llent[0] == "login") {
- echo " | \n";
+ echo " | \n";
} else {
- echo " | \n";
+ echo " | \n";
}
echo "" . htmlspecialchars($llent[3]) . " | \n";
@@ -88,10 +88,10 @@ include("head.inc");
- | =gettext("Time");?> |
- =gettext("Action");?> |
- =gettext("User");?> |
- =gettext("IP address");?> |
+ =gettext("Time");?> |
+ =gettext("Action");?> |
+ =gettext("User");?> |
+ =gettext("IP address");?> |
|
diff --git a/net/pptp/src/www/vpn_pptp_users.php b/net/pptp/src/www/vpn_pptp_users.php
index 2e7586b2f..ef38b03ea 100644
--- a/net/pptp/src/www/vpn_pptp_users.php
+++ b/net/pptp/src/www/vpn_pptp_users.php
@@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$service_hook = 'pptpd';
include("head.inc");
$main_buttons = array(
- array('label'=>gettext("add user"), 'href'=>'vpn_pptp_users_edit.php'),
+ array('label' => gettext('Add'), 'href' => 'vpn_pptp_users_edit.php'),
);
?>
@@ -109,7 +109,7 @@ $main_buttons = array(
|
| =gettext("Username");?> |
=gettext("IP address");?> |
- |
+ |
=htmlspecialchars($secretent['name']);?> |
=htmlspecialchars($secretent['ip']);?> |
-
-
-
+ |
+
+
|