diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-07-29 19:37:48 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-07-29 19:37:48 -0400 |
commit | 7a3029b2666932137ced2cf276f2c957c1ec8dd8 (patch) | |
tree | ba7033078c5aa493b618d120e7b6a7e78ffdbd24 /config | |
parent | 51b3fc2899bc8d38552d003a8f9a92d991b90d59 (diff) | |
download | pfsense-packages-7a3029b2666932137ced2cf276f2c957c1ec8dd8.tar.gz pfsense-packages-7a3029b2666932137ced2cf276f2c957c1ec8dd8.tar.bz2 pfsense-packages-7a3029b2666932137ced2cf276f2c957c1ec8dd8.zip |
Fix typo in hyperlink to GLOBAL SETTINGS tab.
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort_download_updates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_download_updates.php b/config/snort/snort_download_updates.php index 7f8bc7a1..ff05bdfd 100755 --- a/config/snort/snort_download_updates.php +++ b/config/snort/snort_download_updates.php @@ -251,7 +251,7 @@ include_once("head.inc"); <p style="text-align:center;" class="vexpl"> <font class="red"><b><?php echo gettext("WARNING:");?></b></font> <?php echo gettext('No rule types have been selected for download. ') . - gettext('Visit the ') . '<a href="/snort/snort_global.php">Global Settings Tab</a>' . gettext(' to select rule types.'); ?> + gettext('Visit the ') . '<a href="/snort/snort_interfaces_global.php">Global Settings Tab</a>' . gettext(' to select rule types.'); ?> <br/></p> <?php else: ?> <br/> |