X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Flib%2Flib.php;h=6b4e7718c07afcff5f87f98861927b92b62299f5;hp=cf4c39e43dc923c13764a3f8185fe5d5865ec7b0;hb=7cdd4cb7ea1bec4975802863a1143da1369d288c;hpb=d1eae3d523f459b4cdd5e1bfc776690d0ad96069 diff --git a/authserver/lib/lib.php b/authserver/lib/lib.php index cf4c39e..6b4e771 100644 --- a/authserver/lib/lib.php +++ b/authserver/lib/lib.php @@ -11,6 +11,7 @@ define("MSG_AUTH_USER_PASSWORD", 4); define("MSG_SET_USER_PASSWORD", 5); define("MSG_SET_USER_REALNAME", 6); define("MSG_SET_USER_TOKEN", 7); +define("MSG_SET_USER_TOKEN_TYPE", 8); if(file_exists("../../lib/ga4php.php")) require_once("../../lib/ga4php.php"); if(file_exists("../lib/ga4php.php")) require_once("../lib/ga4php.php");