summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_crl_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_openvpn_crl_edit.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_crl_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/vpn_openvpn_crl_edit.php b/usr/local/www/vpn_openvpn_crl_edit.php
index 0283bfd..9c5c484 100755
--- a/usr/local/www/vpn_openvpn_crl_edit.php
+++ b/usr/local/www/vpn_openvpn_crl_edit.php
@@ -150,12 +150,14 @@ if ($_POST) {
}
}
-$pgtitle = "VPN: OpenVPN: Edit client-specific configuration";
+$pgtitle = "VPN: OpenVPN: Edit CRL";
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);?>
<script language="JavaScript">
function enable_change(enable_over) {
var endis;
@@ -170,8 +172,6 @@ function enable_change(enable_over) {
//-->
</script>
-
-<?php if ($input_errors) print_input_errors($input_errors);?>
<form action="vpn_openvpn_crl_edit.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
<strong><span class="red">WARNING: This feature is experimental and modifies your optional interface configuration.
Backup your configuration before using OpenVPN, and restore it before upgrading.<br>&nbsp;<br>
OpenPOWER on IntegriCloud