📄 import_fields.inc.php
字号:
<?php
$fields = array('userid'=>$LANG['userid'],
'username'=>$LANG['username'],
'password'=>$LANG['password'],
'email'=>'E-MAIL',
'question'=>$LANG['password_clue_question'],
'answer'=>$LANG['password_clue_answer'],
'groupid'=>$LANG['member_group_id'],
'truename'=>$LANG['truename'],
'gender'=>$LANG['gender'],
'birthday'=>$LANG['birthday'],
'homepage'=>$LANG['homepage'],
'qq'=>'QQ',
'msn'=>'MSN',
'address'=>$LANG['address'],
'postid'=>$LANG['zipcode'],
'telephone'=>$LANG['telephone'],
'credit'=>$LANG['accumulate_score'],
'point'=>$LANG['point'],
'money'=>$LANG['fund'],
'begindate'=>$LANG['start_date'],
'enddate'=>$LANG['end_date'],
'regip'=>$LANG['register_ip'],
'regtime'=>$LANG['register_time'],
'lastloginip'=>$LANG['last_login_ip'],
'lastlogintime'=>$LANG['last_login_time'],
'logintimes'=>$LANG['login_times'],
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -