summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 17:04:44 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 17:04:44 +0000
commitb128368a99b46308406b0082effb6dd2fe1e4284 (patch)
treea199e6a13b1e2c994a85634476bc2be5d5864459 /usr/local/www/vpn_openvpn.php
parent74f446e877ad9bcf0a953de2007acaa2595f7cc7 (diff)
downloadpfsense-b128368a99b46308406b0082effb6dd2fe1e4284.zip
pfsense-b128368a99b46308406b0082effb6dd2fe1e4284.tar.gz
Use $pgtitle
Diffstat (limited to 'usr/local/www/vpn_openvpn.php')
-rwxr-xr-xusr/local/www/vpn_openvpn.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/vpn_openvpn.php b/usr/local/www/vpn_openvpn.php
index d2596f2..dfa64e1 100755
--- a/usr/local/www/vpn_openvpn.php
+++ b/usr/local/www/vpn_openvpn.php
@@ -28,7 +28,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = "VPN: OpenVPN";
require("guiconfig.inc");
require_once("openvpn.inc");
@@ -147,14 +146,14 @@ if ($_POST) {
/* Simply take a copy of the array */
$pconfig = $config['ovpn']['server'];
-$pgtitle = "Firewall: NAT: Inbound";
+$pgtitle = "VPN: OpenVPN";
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?php echo $pgtitle; ?></p>
+<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_sysrebootreqd_path)) print_info_box(get_std_save_message(0)); ?>
OpenPOWER on IntegriCloud