diff options
author | Renato Botelho <renato@netgate.com> | 2017-01-11 10:00:57 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-01-11 10:00:57 -0200 |
commit | 7cdb1ff98361bd352134d78732fb519957803728 (patch) | |
tree | bcb876642d722031b522c81653b686a7d4aa2db8 /src/usr/local/www/firewall_nat_npt.php | |
parent | 9bec85af54284943d9f2293718e69865e1ecbf68 (diff) | |
parent | edcd75357f0e93b124159314d3306197d5312e6c (diff) | |
download | pfsense-7cdb1ff98361bd352134d78732fb519957803728.zip pfsense-7cdb1ff98361bd352134d78732fb519957803728.tar.gz |
Merge pull request #3369 from phil-davis/breadcrumbs_detail
Diffstat (limited to 'src/usr/local/www/firewall_nat_npt.php')
-rw-r--r-- | src/usr/local/www/firewall_nat_npt.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/firewall_nat_npt.php b/src/usr/local/www/firewall_nat_npt.php index e2d7856..ff438ee 100644 --- a/src/usr/local/www/firewall_nat_npt.php +++ b/src/usr/local/www/firewall_nat_npt.php @@ -119,6 +119,7 @@ if (isset($_POST['del_x'])) { } $pgtitle = array(gettext("Firewall"), gettext("NAT"), gettext("NPt")); +$pglinks = array("", "firewall_nat.php", "@self"); include("head.inc"); if ($_POST['apply']) { |