summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-22 02:00:44 +0000
committerBill Marquette <billm@pfsense.org>2005-02-22 02:00:44 +0000
commite8074dcdaa5435982e318335d61767900e088c4c (patch)
tree44cfeab3cfa8fb72a45f81f31ba5f11553d6ac63 /usr/local/www/firewall_nat.php
parentcad11f379d29ae1fd3ddfe0974c33d46c998e5b0 (diff)
downloadpfsense-e8074dcdaa5435982e318335d61767900e088c4c.zip
pfsense-e8074dcdaa5435982e318335d61767900e088c4c.tar.gz
More standardization
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 3ef4ffb..a210813 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -80,14 +80,14 @@ if ($_GET['act'] == "del") {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title><?=gentitle("Firewall: NAT");?></title>
+<title><?=gentitle("Firewall: NAT: Inbound");?></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"); ?>
-<p class="pgtitle">Firewall: NAT</font></p>
+<p class="pgtitle">Firewall: NAT: Inbound</font></p>
<form action="firewall_nat.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (file_exists($d_natconfdirty_path)): ?><p>
OpenPOWER on IntegriCloud