added the tcp code in, but its not running yet
[ga4php.git] / authserver / lib / lib.php
index c938b8e..bbdc186 100644 (file)
@@ -4,6 +4,9 @@ if(!isset($MSG_QUEUE_KEY_ID_SERVER)) $MSG_QUEUE_KEY_ID_SERVER = "189751072"; //
 if(!isset($MSG_QUEUE_KEY_ID_CLIENT)) $MSG_QUEUE_KEY_ID_CLIENT = "189751073"; // ftok is not ok!
 global $MSG_QUEUE_KEY_ID_SERVER, $MSG_QUEUE_KEY_ID_CLIENT;
 
+if(!isset($TCP_PORT_NUMBER)) $TCP_PORT_NUMBER = 21416;
+global $TCP_PORT_NUMBER;
+
 define("MSG_AUTH_USER_TOKEN", 1);
 define("MSG_ADD_USER_TOKEN", 2);
 define("MSG_DELETE_USER", 3);