Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
string cuserid()
{
.
.
if (list_find(auth_list,0,cuserid()) == NULL) {
printf("Login not authorized!!!");
escape();
}
.
.
}