summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 01:05:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 01:05:55 +0000
commit24f600b025b0bc5aaa2941d07b21c7ced2b6765a (patch)
tree876c846eb8d691e186f294dca56f2816f3b0caa9 /usr/local/www/firewall_nat_1to1.php
parent10f44c25d4b1882439ddae4b4a22cb599b123789 (diff)
downloadpfsense-24f600b025b0bc5aaa2941d07b21c7ced2b6765a.zip
pfsense-24f600b025b0bc5aaa2941d07b21c7ced2b6765a.tar.gz
Set page titles
Diffstat (limited to 'usr/local/www/firewall_nat_1to1.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 02cc6f2..9868235 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -72,7 +72,10 @@ if ($_GET['act'] == "del") {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<?php include("head.inc"); ?>
+<?php
+ $pgtitle = "Firewall: NAT: 1:1";
+ include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Firewall: NAT: 1:1</p>
OpenPOWER on IntegriCloud