summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_create_certs.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 23:39:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 23:39:40 +0000
commit422f27c028567e6588fd28d438d9cd81ec0cab3e (patch)
tree5bd2a8fc45716e547fcd8bc76da06d5c892d068a /usr/local/www/vpn_openvpn_create_certs.php
parente24118864179ac426ca9c9105263be7a3b9cfdc0 (diff)
downloadpfsense-422f27c028567e6588fd28d438d9cd81ec0cab3e.zip
pfsense-422f27c028567e6588fd28d438d9cd81ec0cab3e.tar.gz
Add back header
Diffstat (limited to 'usr/local/www/vpn_openvpn_create_certs.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_create_certs.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/vpn_openvpn_create_certs.php b/usr/local/www/vpn_openvpn_create_certs.php
index 30b2957..21b4268 100755
--- a/usr/local/www/vpn_openvpn_create_certs.php
+++ b/usr/local/www/vpn_openvpn_create_certs.php
@@ -175,10 +175,18 @@ function f(ta_id){
-->
</script>
<title><?=gentitle("System: Advanced functions");?></title>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title><?=gentitle($pgtitle);?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="gui.css" rel="stylesheet" type="text/css">
+</head>
+
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+
<form action="system_advanced_create_certs.php" method="post" name="iform" id="iform">
+
<?php include("fbegin.inc"); ?>
<p class="pgtitle">System: Advanced functions - Create Certificates</p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud