Initial commit
Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/qdb_chk_r_accept.nss
Normal file
12
_module/nss/qdb_chk_r_accept.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "qdb_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = TRUE;
|
||||
|
||||
if (GetResponseInt("Accept")==0)
|
||||
iResult=FALSE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user