summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 04:38:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 04:38:35 +0000
commit4df96eff4de29e4d5c22dd881cd4599f0dd72344 (patch)
tree38267b8ff9d3a8f04cfb2e127be74b677390dedf /usr/local/www/vpn_ipsec_ca_edit_create_cert.php
parent1d819396d402ca09fa0e0871fec2c0cf97289e78 (diff)
downloadpfsense-4df96eff4de29e4d5c22dd881cd4599f0dd72344.zip
pfsense-4df96eff4de29e4d5c22dd881cd4599f0dd72344.tar.gz
include head.inc and round corners on tabs
Diffstat (limited to 'usr/local/www/vpn_ipsec_ca_edit_create_cert.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_ca_edit_create_cert.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/local/www/vpn_ipsec_ca_edit_create_cert.php b/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
index 6eb16ce..6e1acef 100755
--- a/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
+++ b/usr/local/www/vpn_ipsec_ca_edit_create_cert.php
@@ -141,14 +141,10 @@ if($_POST) {
fwrite($fd, "authorityKeyIdentifier = keyid:always,issuer:always\n");
fclose($fd);
conf_mount_ro();
+
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title><?=gentitle('');?></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="vpn_ipsec_ca_edit_create_cert.php" method="post" name="iform" id="iform">
<?
OpenPOWER on IntegriCloud