summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-30 20:04:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-30 20:04:15 +0000
commit6eb47218d5b0914f0867aace935196f940fc3bdd (patch)
tree20ed97f0fc4a40b7651907677d07acca06eeb947 /usr/local/www/interfaces_assign.php
parent94a77286714191bcb38020c6427d712affec95f1 (diff)
downloadpfsense-6eb47218d5b0914f0867aace935196f940fc3bdd.zip
pfsense-6eb47218d5b0914f0867aace935196f940fc3bdd.tar.gz
Add back html header
Diffstat (limited to 'usr/local/www/interfaces_assign.php')
-rwxr-xr-xusr/local/www/interfaces_assign.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index e518dda..9bd7eaa 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -177,6 +177,15 @@ if ($_GET['act'] == "add") {
}
?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title><?=gentitle("Diagnostics: System logs: IPSEC VPN");?></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); ?>
<?php if (file_exists($d_sysrebootreqd_path)) print_info_box(get_std_save_message(0)); ?>
OpenPOWER on IntegriCloud