summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_cli.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-26 02:43:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-26 02:43:57 +0000
commit4b8fffef87a66587cf8ae19d0e6a942c977b0e53 (patch)
treeeac8d5c6cf99c64b602d68cc16ab139b1c30a73c /usr/local/www/vpn_openvpn_cli.php
parent1e7fc26926b8c312dd1f16e217cff7214c029b2f (diff)
downloadpfsense-4b8fffef87a66587cf8ae19d0e6a942c977b0e53.zip
pfsense-4b8fffef87a66587cf8ae19d0e6a942c977b0e53.tar.gz
Set page title
Diffstat (limited to 'usr/local/www/vpn_openvpn_cli.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_cli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_openvpn_cli.php b/usr/local/www/vpn_openvpn_cli.php
index 17e1c12..23c5752 100755
--- a/usr/local/www/vpn_openvpn_cli.php
+++ b/usr/local/www/vpn_openvpn_cli.php
@@ -81,6 +81,7 @@ if ($_GET['act'] == "del") {
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_sysrebootreqd_path) && !file_exists($d_ovpnclidirty_path)) print_info_box(get_std_save_message(0)); ?>
<form action="vpn_openvpn_cli.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
+<p class="pgtitle"><?php echo $pgtitle; ?></p>
<?php if (file_exists($d_ovpnclidirty_path)): ?><p>
<?php print_info_box_np("The OpenVPN client configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
OpenPOWER on IntegriCloud