diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-30 20:04:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-30 20:04:15 +0000 |
commit | 6eb47218d5b0914f0867aace935196f940fc3bdd (patch) | |
tree | 20ed97f0fc4a40b7651907677d07acca06eeb947 /usr | |
parent | 94a77286714191bcb38020c6427d712affec95f1 (diff) | |
download | pfsense-6eb47218d5b0914f0867aace935196f940fc3bdd.zip pfsense-6eb47218d5b0914f0867aace935196f940fc3bdd.tar.gz |
Add back html header
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces_assign.php | 9 |
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)); ?> |