add_search.php
changeset 4 2c829de4b83c
parent 3 ad69d332e9dc
child 8 6df283b800af
--- a/add_search.php	Tue May 19 18:41:47 2009 +0100
+++ b/add_search.php	Wed May 20 15:46:51 2009 +0100
@@ -51,7 +51,7 @@
 		$message = "#" . $currID . "#" . $reqID . "#" . $search_term;
 		
 		$host="localhost";
-		$port = 8080;
+		$port = 9090;
 		$timeout = 30;
 	
 		$sk=fsockopen($host,$port,$errnum,$errstr,$timeout);