X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Flib%2Flib.php;h=689389a5079dcd8668bb111dc4e910df942aebb0;hp=9737566cc96daa7a61c48440bc526b2fd0b7566c;hb=1e9b1b3a5c4dd1f033ae5f3145d7bb7bcd73a4d6;hpb=e2e22b45b14cae630587bc662a8bfcda98b04510 diff --git a/authserver/lib/lib.php b/authserver/lib/lib.php index 9737566..689389a 100644 --- a/authserver/lib/lib.php +++ b/authserver/lib/lib.php @@ -14,6 +14,7 @@ define("MSG_SET_USER_TOKEN", 7); define("MSG_SET_USER_TOKEN_TYPE", 8); define("MSG_GET_USERS", 9); define("MSG_GET_OTK_PNG", 10); +define("MSG_GET_OTK_ID", 11); if(file_exists("../../lib/ga4php.php")) require_once("../../lib/ga4php.php"); if(file_exists("../lib/ga4php.php")) require_once("../lib/ga4php.php");