summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-08-27 19:52:22 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-08-27 19:52:22 +0000
commit630848858364a7de7df495d11fa5cfb8df3fa2d7 (patch)
treeb4d78e23435a30effd71171be978c300164c48ca /usr/local/www/fbegin.inc
parentdc4089399356749c73f75140e39777ee8398fac6 (diff)
downloadpfsense-630848858364a7de7df495d11fa5cfb8df3fa2d7.zip
pfsense-630848858364a7de7df495d11fa5cfb8df3fa2d7.tar.gz
Replace the old openvpn status page with a new implementation. We now add
a tcp management port option to each OpenVPN server. Instead of rooting through the OpenVPN logs once a minute for status updates, we now submit a request to the management port to obtain informaiton. We probably need to add a pf rule to prevent management ports from being accessed by unwanted processes.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 9400d0f..1678412 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -236,7 +236,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
<?=output_menu_item("/status_interfaces.php", "Interfaces");?>
<?=output_menu_item("/diag_ipsec.php", "IPsec");?>
<?=output_menu_item("/status_slbd_pool.php", "Load Balancer");?>
- <?=output_menu_item("/status_ovpn.php", "OpenVPN");?>
+ <?=output_menu_item("/status_openvpn.php", "OpenVPN");?>
<?php if($g['platform'] == "pfSense"): ?>
<?=output_menu_item("/diag_pkglogs.php", "Package Logs");?>
<?php endif; ?>
OpenPOWER on IntegriCloud