summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 04:03:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 04:03:06 +0000
commit7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f (patch)
treebb5c8a3b57c5d2a7236167e4bf173311ea9dbb43 /usr/local/www/interfaces_vlan_edit.php
parent9f0d40c12496208e28acd98b1aeb15c0f165d16a (diff)
downloadpfsense-7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f.zip
pfsense-7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f.tar.gz
Use new header system.
Diffstat (limited to 'usr/local/www/interfaces_vlan_edit.php')
-rwxr-xr-xusr/local/www/interfaces_vlan_edit.php10
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"); ?>
OpenPOWER on IntegriCloud