fix
This commit is contained in:
@@ -470,7 +470,7 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
|
|||||||
|
|
||||||
REQ_LONG(in, "member_id", 1, -1);
|
REQ_LONG(in, "member_id", 1, -1);
|
||||||
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
|
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
|
||||||
|
logfmt(logINFO, "WrenchBoardMobileSendUserWallet() Verify Session ");
|
||||||
if ( VerifySession(in, out) != PHP_API_OK ){
|
if ( VerifySession(in, out) != PHP_API_OK ){
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user