include "tbh/global.tbh" include "tbh/config.tbh" include "tbh/http_string.tbh" ?>
dim passwd as string dim httprqstr as string httprqstr = sock.httprqstring passwd = http_req_2_passwd(httprqstr) if passwd = TMP_PASSWD then login_flag = OK else login_flag = NG end if ?> >