Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 90fe2e2a43b94f91497375302262eca8 > files > 1

snortreport-1.3.1-1mdk.src.rpm

--- srconf.php	2005-12-22 06:08:03.000000000 +0100
+++ srconf.php.oden	2006-01-07 10:27:19.000000000 +0100
@@ -41,13 +41,13 @@
 // You need to have jpgraph and jpgraph_pie installed to see the chart.
 // Change the variable below to reflect the location of jpgraph relative
 // to Snort Report, for example "../jpgraph/", etc.
-define("JPGRAPH_PATH", "../../jpgraph/");
+define("JPGRAPH_PATH", "/usr/share/php5-jpgraph/");
 
 // Path to external utilities
 // Enter the correct path (including the binary) to nmap and nbtscan if you have them installed
 // You can also include switches for each binary (see nmap)
-define("NMAP_PATH", "/usr/local/bin/nmap -v");
-define("NBTSCAN_PATH", "/usr/local/bin/nbtscan");
+define("NMAP_PATH", "/usr/bin/nmap -v");
+define("NBTSCAN_PATH", "/usr/bin/nbtscan");
 
 
 // Custom microtiming functions for profiling pages - available from http://improbable.org/chris/software/profiling.phps