summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_openvpn.php')
-rw-r--r--src/usr/local/www/status_openvpn.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index 8e58f28..8bf81cb 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -176,7 +176,7 @@ include("head.inc"); ?>
<td>
<?php $ssvc = find_service_by_openvpn_vpnid($server['vpnid']); ?>
<?= get_service_status_icon($ssvc, true, true); ?>
- <?= get_service_control_GET_links($ssvc, true); ?>
+ <?= get_service_control_links($ssvc); ?>
</td>
</tr>
</table>
@@ -282,7 +282,7 @@ include("head.inc"); ?>
<td>
<?php $ssvc = find_service_by_openvpn_vpnid($sk_server['vpnid']); ?>
<?= get_service_status_icon($ssvc, false, true); ?>
- <?= get_service_control_GET_links($ssvc, true); ?>
+ <?= get_service_control_links($ssvc, true); ?>
</td>
</tr>
</table>
@@ -338,7 +338,7 @@ include("head.inc"); ?>
<td>
<?php $ssvc = find_service_by_openvpn_vpnid($client['vpnid']); ?>
<?= get_service_status_icon($ssvc, false, true); ?>
- <?= get_service_control_GET_links($ssvc, true); ?>
+ <?= get_service_control_links($ssvc, true); ?>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud