X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Flib%2Flib.php;h=c3ac220ccfb6085762ed837351662a7913b9e4b2;hp=52f09cafb19b52965ab846c951ac1156483cd92e;hb=590f7600a8319d4ae08c32a32e7713ea6f9e2edb;hpb=fbe9740a0e8f0ee450cf2657fca374799e715c7d diff --git a/authserver/lib/lib.php b/authserver/lib/lib.php index 52f09ca..c3ac220 100644 --- a/authserver/lib/lib.php +++ b/authserver/lib/lib.php @@ -16,6 +16,7 @@ define("MSG_GET_USERS", 9); define("MSG_GET_OTK_PNG", 10); define("MSG_GET_OTK_ID", 11); define("MSG_DELETE_USER_TOKEN", 12); +define("MSG_SYNC_TOKEN", 13); // BASE_DIR = $BASE_DIR = realpath(dirname(__FILE__)."/../../");