Parent Directory
|
Revision Log
|
Patch
| Revision 1.23 by sysadm, Sat Jun 7 06:16:25 2025 UTC | Revision 1.24 by sysadm, Sat Jun 14 09:20:13 2025 UTC | |
|---|---|---|
| # | Line 36 int BBS_max_user = BBS_MAX_USER_LIMIT; | Line 36 int BBS_max_user = BBS_MAX_USER_LIMIT; |
| 36 | char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日"; | char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日"; |
| 37 | ||
| 38 | char BBS_username[BBS_username_max_len + 1]; | char BBS_username[BBS_username_max_len + 1]; |
| 39 | char BBS_nickname[BBS_nickname_max_len + 1]; | |
| 40 | char BBS_user_tz[BBS_user_tz_max_len + 1]; | char BBS_user_tz[BBS_user_tz_max_len + 1]; |
| 41 | int BBS_user_exp; | |
| 42 | ||
| 43 | time_t BBS_login_tm; | time_t BBS_login_tm; |
| 44 | time_t BBS_last_access_tm; | time_t BBS_last_access_tm; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |