Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Fri Oct 22 15:20:32 2004 UTC | Revision 1.4 by sysadm, Wed Mar 2 16:33:49 2005 UTC | |
|---|---|---|
| # | Line 28 long BBS_max_client = 256; | Line 28 long BBS_max_client = 256; |
| 28 | long BBS_max_user = 10000; | long BBS_max_user = 10000; |
| 29 | char BBS_start_dt[50] = "2004年 1月 1日"; | char BBS_start_dt[50] = "2004年 1月 1日"; |
| 30 | ||
| 31 | char BBS_username[BBS_max_username_length]; | |
| 32 | BBS_user_priv BBS_priv; | BBS_user_priv BBS_priv; |
| 33 | int BBS_passwd_complex = 0; | int BBS_passwd_complex = 0; |
| 34 | ||
| 35 | time_t BBS_login_tm; | time_t BBS_login_tm; |
| 36 | time_t BBS_last_access_tm; | time_t BBS_last_access_tm; |
| 37 | time_t BBS_last_sub_tm; | time_t BBS_last_sub_tm; |
| 38 | ||
| 39 | char BBS_current_section_name[20]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |