aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-12-20 15:24:54 -0800
committerrobiscool <robrob2626@yahoo.com>2009-12-20 15:24:54 -0800
commit1229129ab5a17ed26da3f69c74c7efa9600c3e87 (patch)
treeff43d775e10d104ec7020fd2f537408eeae788e6 /config
parent8bfa4233a80998196b1c14e1750b63d386c91a1a (diff)
downloadpfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.tar.gz
pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.tar.bz2
pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.zip
snort-dev, change paths for images
Diffstat (limited to 'config')
-rw-r--r--config/snort-dev/css/style.css6
-rw-r--r--config/snort-dev/snort_alerts.php2
-rw-r--r--config/snort-dev/snort_blocked.php2
-rw-r--r--config/snort-dev/snort_download_rules.php2
-rw-r--r--config/snort-dev/snort_help_info.php2
-rw-r--r--config/snort-dev/snort_interfaces.php2
-rw-r--r--config/snort-dev/snort_interfaces_global.php2
-rw-r--r--config/snort-dev/snort_whitelist.xml2
8 files changed, 10 insertions, 10 deletions
diff --git a/config/snort-dev/css/style.css b/config/snort-dev/css/style.css
index f7d2136b..44568873 100644
--- a/config/snort-dev/css/style.css
+++ b/config/snort-dev/css/style.css
@@ -71,7 +71,7 @@ blockquote, q { quotes: "" ""; }
th {
background-color: #eee;
- background: #eee url(images/icon-table-sort.png) no-repeat 2px 8px;
+ background: #eee url(/snort/images/icon-table-sort.png) no-repeat 2px 8px;
padding: 4px 4px 4px 14px;
}
@@ -97,11 +97,11 @@ tr.altRow {
}
.sortedASC {
- background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
+ background: url(/snort/images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}
.sortedDESC {
- background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
+ background: url(/snort/images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}
.tableHeaderOver {
diff --git a/config/snort-dev/snort_alerts.php b/config/snort-dev/snort_alerts.php
index 0a666cc1..81ee78d7 100644
--- a/config/snort-dev/snort_alerts.php
+++ b/config/snort-dev/snort_alerts.php
@@ -237,7 +237,7 @@ include("head.inc");
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", true, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", false, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?>
diff --git a/config/snort-dev/snort_blocked.php b/config/snort-dev/snort_blocked.php
index 182d60d3..4582c928 100644
--- a/config/snort-dev/snort_blocked.php
+++ b/config/snort-dev/snort_blocked.php
@@ -98,7 +98,7 @@ $blockedtab_msg_chk = $config['installedpackages']['snortglobal']['rm_blocked'];
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", true, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", false, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?>
diff --git a/config/snort-dev/snort_download_rules.php b/config/snort-dev/snort_download_rules.php
index f196a2e0..b27d3042 100644
--- a/config/snort-dev/snort_download_rules.php
+++ b/config/snort-dev/snort_download_rules.php
@@ -112,7 +112,7 @@ echo "<script src=\"/row_toggle.js\" type=\"text/javascript\"></script>\n
$tab_array[] = array("Rule Updates", true, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", false, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php
index c3abca56..42608ffe 100644
--- a/config/snort-dev/snort_help_info.php
+++ b/config/snort-dev/snort_help_info.php
@@ -55,7 +55,7 @@ include('head.inc');
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", true, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?>
diff --git a/config/snort-dev/snort_interfaces.php b/config/snort-dev/snort_interfaces.php
index 2276825a..2732ebbb 100644
--- a/config/snort-dev/snort_interfaces.php
+++ b/config/snort-dev/snort_interfaces.php
@@ -342,7 +342,7 @@ padding: 15px 10px 50% 50px;
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", false, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?>
diff --git a/config/snort-dev/snort_interfaces_global.php b/config/snort-dev/snort_interfaces_global.php
index 09d34887..1628657f 100644
--- a/config/snort-dev/snort_interfaces_global.php
+++ b/config/snort-dev/snort_interfaces_global.php
@@ -154,7 +154,7 @@ include("head.inc");
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
- $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort/snort_whitelist.xml");
+ $tab_array[] = array("Whitelists", false, "/pkg.php?xml=/snort_whitelist.xml");
$tab_array[] = array("Help & Info", false, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?> </td></tr>
diff --git a/config/snort-dev/snort_whitelist.xml b/config/snort-dev/snort_whitelist.xml
index 4fcf2f07..ba80caa4 100644
--- a/config/snort-dev/snort_whitelist.xml
+++ b/config/snort-dev/snort_whitelist.xml
@@ -73,7 +73,7 @@
</tab>
<tab>
<text>Whitelist</text>
- <url>/pkg.php?xml=/snort/snort_whitelist.xml</url>
+ <url>/pkg.php?xml=/snort_whitelist.xml</url>
<active/>
</tab>
<tab>