diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-01-31 18:35:19 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-01-31 18:35:19 -0500 |
commit | f13c084063bbef30bcb43e02b56a952003c08638 (patch) | |
tree | 606b603ce75a8174b5d079e6cbba1ae43d5b7407 /config/snort-dev | |
parent | b5098850d24576003120475d58b75c25f6e80211 (diff) | |
download | pfsense-packages-f13c084063bbef30bcb43e02b56a952003c08638.tar.gz pfsense-packages-f13c084063bbef30bcb43e02b56a952003c08638.tar.bz2 pfsense-packages-f13c084063bbef30bcb43e02b56a952003c08638.zip |
fix page title
Diffstat (limited to 'config/snort-dev')
-rw-r--r-- | config/snort-dev/snort_interfaces_edit.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort-dev/snort_interfaces_edit.php b/config/snort-dev/snort_interfaces_edit.php index 6e8da732..554a81aa 100644 --- a/config/snort-dev/snort_interfaces_edit.php +++ b/config/snort-dev/snort_interfaces_edit.php @@ -299,7 +299,8 @@ if ($_POST["Submit"]) { exit; } -$pgtitle = "Snort: Interface: $id$if_real Settings Edit"; +$ifname = strtoupper($pconfig['interface']); +$pgtitle = "Snort: Interface: {$ifname} Settings Edit"; include("head.inc"); ?> |