summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-18 14:27:11 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-18 14:27:11 -0400
commitdca4eadf2a7da5f60359f10843d1e107dd09c6a1 (patch)
tree78c95b2ec23b832f00b50e3f290e08aebc73fda6 /src/usr/local/www/status_openvpn.php
parentbf1a013f15732ee3210e814ad0bfa23d3a7ba1eb (diff)
downloadpfsense-dca4eadf2a7da5f60359f10843d1e107dd09c6a1.zip
pfsense-dca4eadf2a7da5f60359f10843d1e107dd09c6a1.tar.gz
Convert status_services and widget to POST
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