Lines 1-6
Link Here
|
1 |
--- config.php.orig Wed May 11 00:26:32 2005 |
1 |
--- config.php.orig Sun Jun 5 09:53:19 2005 |
2 |
+++ config.php Wed May 11 19:30:43 2005 |
2 |
+++ config.php Fri Jun 10 15:28:16 2005 |
3 |
@@ -89,7 +89,7 @@ |
3 |
@@ -96,7 +96,7 @@ |
4 |
// see either httpd.conf User directive or ps -ef to see which user |
4 |
// see either httpd.conf User directive or ps -ef to see which user |
5 |
// apache runs under, then set mode 700 on directory and change owner |
5 |
// apache runs under, then set mode 700 on directory and change owner |
6 |
// to this user |
6 |
// to this user |
Lines 9-24
Link Here
|
9 |
|
9 |
|
10 |
// default country code ("" for none) |
10 |
// default country code ("" for none) |
11 |
define("DEFAULTCOUNTRY", "US"); |
11 |
define("DEFAULTCOUNTRY", "US"); |
12 |
@@ -102,7 +102,7 @@ |
12 |
@@ -109,7 +109,7 @@ |
13 |
// not work if php is running in safemode. probing and scanning may |
13 |
// not work if php is running in safemode. probing and scanning may |
14 |
// also be against policy for your site! |
14 |
// also be against policy for your site! |
15 |
define("NMAP", ""); |
15 |
//define("NMAP", ""); |
16 |
-//define("NMAP", "/usr/bin/nmap"); |
16 |
-define("NMAP", "/usr/bin/nmap"); |
17 |
+//define("NMAP", "/usr/local/bin/nmap"); |
17 |
+define("NMAP", "/usr/local/bin/nmap"); |
18 |
|
18 |
|
19 |
//-------------------------START OF REGISTRAR--------------------------- |
19 |
//-------------------------START OF REGISTRAR--------------------------- |
20 |
|
20 |
|
21 |
@@ -145,7 +145,7 @@ |
21 |
@@ -152,7 +152,7 @@ |
22 |
// this will usually be the user under which Apache runs. If the |
22 |
// this will usually be the user under which Apache runs. If the |
23 |
// permissions are not correct, the files will be created in the |
23 |
// permissions are not correct, the files will be created in the |
24 |
// system temp directory, usually /tmp |
24 |
// system temp directory, usually /tmp |