From 1229129ab5a17ed26da3f69c74c7efa9600c3e87 Mon Sep 17 00:00:00 2001 From: robiscool Date: Sun, 20 Dec 2009 15:24:54 -0800 Subject: snort-dev, change paths for images --- config/snort-dev/css/style.css | 6 +++--- config/snort-dev/snort_alerts.php | 2 +- config/snort-dev/snort_blocked.php | 2 +- config/snort-dev/snort_download_rules.php | 2 +- config/snort-dev/snort_help_info.php | 2 +- config/snort-dev/snort_interfaces.php | 2 +- config/snort-dev/snort_interfaces_global.php | 2 +- config/snort-dev/snort_whitelist.xml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) (limited to 'config') 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 "\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); ?> 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 @@ Whitelist - /pkg.php?xml=/snort/snort_whitelist.xml + /pkg.php?xml=/snort_whitelist.xml -- cgit v1.2.3