Current section

Files

Jump to
exosculat include otp.hrl
Raw

include/otp.hrl

-ifndef(OTP_HRL).
-define(OTP_HRL, "otp_hrl").
-record(otp, {
id,
code=[],
user_ip,
operation=login,
params=[],
lang = ua,
attempt=0
}).
-endif.