added some more messages to the client/server comms
[ga4php.git] / gaas / lib / globalLib.php
index b628956..184be7f 100644 (file)
@@ -5,7 +5,7 @@ $BASE_DIR = realpath(dirname(__FILE__)."/../../");
 global $BASE_DIR;
 
 // the tcp port number we use for comms
-$TCP_PORT_NUMBER = 21335;
+$TCP_PORT_NUMBER = 21336;
 global $TCP_PORT_NUMBER;