diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-09 21:48:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-09 21:48:23 +0000 |
commit | e066809c6987fb829c57a8e8394134a315478e8a (patch) | |
tree | e91f008869c65350d772ac0d9e1ea4b2412bce15 /packages/pfstat.php | |
parent | c373700d02ed40c8dfd2da8397eabf3162c8b71a (diff) | |
download | pfsense-packages-e066809c6987fb829c57a8e8394134a315478e8a.tar.gz pfsense-packages-e066809c6987fb829c57a8e8394134a315478e8a.tar.bz2 pfsense-packages-e066809c6987fb829c57a8e8394134a315478e8a.zip |
Use head.inc
Diffstat (limited to 'packages/pfstat.php')
-rw-r--r-- | packages/pfstat.php | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/pfstat.php b/packages/pfstat.php index 7eb4868f..e0d25820 100644 --- a/packages/pfstat.php +++ b/packages/pfstat.php @@ -34,15 +34,10 @@ function gentitle_pkg($pgname) { return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname; } -?> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title><?=gentitle_pkg($title);?></title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link href="gui.css" rel="stylesheet" type="text/css"> -</head> +$pgtitle = "Firewall: NAT: Port Forward"; +include("head.inc"); +?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); |