summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-09-15 04:19:58 +0000
committerBill Marquette <billm@pfsense.org>2005-09-15 04:19:58 +0000
commit12b67587bd2954d550ed2b8c57dc3de42c001363 (patch)
treede9b8df0ea3da1562662cb892c9f3a5e3b5c25eb /usr
parent30b8bfd2bd916a58010d8029e01a454996ea4106 (diff)
downloadpfsense-12b67587bd2954d550ed2b8c57dc3de42c001363.zip
pfsense-12b67587bd2954d550ed2b8c57dc3de42c001363.tar.gz
Make this actually display
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_openvpn_cli.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_cli.php b/usr/local/www/vpn_openvpn_cli.php
index b9d88f1..b4432d9 100755
--- a/usr/local/www/vpn_openvpn_cli.php
+++ b/usr/local/www/vpn_openvpn_cli.php
@@ -79,8 +79,14 @@ if ($_GET['act'] == "del") {
exit;
}
}
+$pgtitle = "VPN: OpenVPN";
+include("head.inc");
+
?>
+
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
+<p class="pgtitle"><?=$pgtitle?></p>
<?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">
@@ -92,7 +98,7 @@ if ($_GET['act'] == "del") {
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<ul id="tabnav">
- <li class="tabinact1"><a href="vpn_openvpn_srv.php">Server</a></li>
+ <li class="tabinact1"><a href="vpn_openvpn.php">Server</a></li>
<li class="tabact">Client</li>
</ul>
</td></tr>
OpenPOWER on IntegriCloud