summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_openvpn.php')
-rw-r--r--usr/local/www/status_openvpn.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php
index 4ad65d5..fd45b3b 100644
--- a/usr/local/www/status_openvpn.php
+++ b/usr/local/www/status_openvpn.php
@@ -98,7 +98,7 @@ function kill_client($port, $remipp) {
}
$servers = openvpn_get_active_servers();
-$sk_servers = openvpn_get_active_servers("sharedkey");
+$sk_servers = openvpn_get_active_servers("p2p");
$clients = openvpn_get_active_clients();
include("head.inc"); ?>
@@ -202,7 +202,7 @@ include("head.inc"); ?>
<table style="padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6" class="listtopic">
- <?=gettext("Shared Key Server Instance Statistics"); ?>
+ <?=gettext("Peer to Peer Server Instance Statistics"); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud