diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/snort-dev/snort_alerts.php | 2 | ||||
-rw-r--r-- | config/snort-dev/snort_blocked.php | 2 | ||||
-rw-r--r-- | config/snort-dev/snort_download_rules.php | 4 | ||||
-rw-r--r-- | config/snort-dev/snort_help_info.php | 2 | ||||
-rw-r--r-- | config/snort-dev/snort_interfaces.php | 2 | ||||
-rw-r--r-- | config/snort-dev/snort_interfaces_global.php | 2 | ||||
-rw-r--r-- | config/snort-dev/snort_whitelist.xml | 4 |
7 files changed, 9 insertions, 9 deletions
diff --git a/config/snort-dev/snort_alerts.php b/config/snort-dev/snort_alerts.php index 5b7323db..dae9983c 100644 --- a/config/snort-dev/snort_alerts.php +++ b/config/snort-dev/snort_alerts.php @@ -322,7 +322,7 @@ if ($pconfig['arefresh'] == 'on' || $pconfig['arefresh'] == '') <tr><td> <?php $tab_array = array(); - $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php"); + $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php"); $tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php"); $tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php"); $tab_array[] = array("Alerts", true, "/snort/snort_alerts.php"); diff --git a/config/snort-dev/snort_blocked.php b/config/snort-dev/snort_blocked.php index fcaa4a58..dcd2faaa 100644 --- a/config/snort-dev/snort_blocked.php +++ b/config/snort-dev/snort_blocked.php @@ -248,7 +248,7 @@ if ($pconfig['brefresh'] == 'on' || $pconfig['brefresh'] == '') <td> <?php $tab_array = array(); - $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php"); + $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php"); $tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php"); $tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php"); $tab_array[] = array("Alerts", false, "/snort/snort_alerts.php"); diff --git a/config/snort-dev/snort_download_rules.php b/config/snort-dev/snort_download_rules.php index aaeedaca..a8e3ca49 100644 --- a/config/snort-dev/snort_download_rules.php +++ b/config/snort-dev/snort_download_rules.php @@ -106,7 +106,7 @@ echo "<script src=\"/row_toggle.js\" type=\"text/javascript\"></script>\n <td>\n"; $tab_array = array(); - $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php"); + $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php"); $tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php"); $tab_array[] = array("Rule Updates", true, "/snort/snort_download_rules.php"); $tab_array[] = array("Alerts", false, "/snort/snort_alerts.php"); @@ -229,7 +229,7 @@ setTimeout($.unblockUI, 2000); <td> <?php $tab_array = array(); - $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php"); + $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php"); $tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php"); $tab_array[] = array("Rule Updates", true, "/snort/snort_download_rules.php"); $tab_array[] = array("Alerts", false, "/snort/snort_alerts.php"); diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php index aa8dd344..754a82e3 100644 --- a/config/snort-dev/snort_help_info.php +++ b/config/snort-dev/snort_help_info.php @@ -49,7 +49,7 @@ include('head.inc'); <td>
<?php
$tab_array = array();
- $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php");
+ $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php");
$tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php");
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
diff --git a/config/snort-dev/snort_interfaces.php b/config/snort-dev/snort_interfaces.php index 6907c45f..5a8ffd2a 100644 --- a/config/snort-dev/snort_interfaces.php +++ b/config/snort-dev/snort_interfaces.php @@ -236,7 +236,7 @@ padding: 15px 10px 50% 50px; <tr><td> <?php $tab_array = array(); - $tab_array[] = array("Snort Inertfaces", true, "/snort/snort_interfaces.php"); + $tab_array[] = array("Snort Interfaces", true, "/snort/snort_interfaces.php"); $tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php"); $tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php"); $tab_array[] = array("Alerts", false, "/snort/snort_alerts.php"); diff --git a/config/snort-dev/snort_interfaces_global.php b/config/snort-dev/snort_interfaces_global.php index 3b478a3c..50ae9aec 100644 --- a/config/snort-dev/snort_interfaces_global.php +++ b/config/snort-dev/snort_interfaces_global.php @@ -148,7 +148,7 @@ include("head.inc"); <tr><td class="tabnavtbl"> <?php $tab_array = array(); - $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php"); + $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php"); $tab_array[] = array("Global Settings", true, "/snort/snort_interfaces_global.php"); $tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php"); $tab_array[] = array("Alerts", false, "/snort/snort_alerts.php"); diff --git a/config/snort-dev/snort_whitelist.xml b/config/snort-dev/snort_whitelist.xml index ba80caa4..7e144f47 100644 --- a/config/snort-dev/snort_whitelist.xml +++ b/config/snort-dev/snort_whitelist.xml @@ -52,7 +52,7 @@ <!-- Menu is where this packages menu will appear --> <tabs> <tab> - <text>Snort Inertfaces</text> + <text>Snort Interfaces</text> <url>/snort/snort_interfaces.php</url> </tab> <tab> @@ -114,4 +114,4 @@ <custom_php_resync_config_command> create_snort_conf(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> |