diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 04:03:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 04:03:06 +0000 |
commit | 7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f (patch) | |
tree | bb5c8a3b57c5d2a7236167e4bf173311ea9dbb43 /usr/local/www/interfaces_vlan_edit.php | |
parent | 9f0d40c12496208e28acd98b1aeb15c0f165d16a (diff) | |
download | pfsense-7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f.zip pfsense-7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f.tar.gz |
Use new header system.
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-x | usr/local/www/interfaces_vlan_edit.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index 29f64ec..2e6952e 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -91,13 +91,11 @@ if ($_POST) { exit; } } + +$pgtitle = "Firewall: VLAN: Edit"; +include("head.inc"); + ?> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head> -<title><?=gentitle("Interfaces: Assign network ports: VLANs: Edit");?></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"); ?> |