summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.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_ipsec_keys_edit.php
parente24118864179ac426ca9c9105263be7a3b9cfdc0 (diff)
downloadpfsense-422f27c028567e6588fd28d438d9cd81ec0cab3e.zip
pfsense-422f27c028567e6588fd28d438d9cd81ec0cab3e.tar.gz
Add back header
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_keys_edit.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index 3491585..77152ba 100755
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -92,6 +92,15 @@ if ($_POST) {
}
}
?>
+<!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">
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="vpn_ipsec_keys_edit.php" method="post" name="iform" id="iform">
OpenPOWER on IntegriCloud