Parent Directory
|
Revision Log
|
Patch
| Revision 1.16 by sysadm, Tue May 20 08:24:28 2025 UTC | Revision 1.17 by sysadm, Mon May 26 12:06:05 2025 UTC | |
|---|---|---|
| # | Line 31 unsigned int BBS_max_user = 10000; | Line 31 unsigned int BBS_max_user = 10000; |
| 31 | char BBS_start_dt[50] = "2004年 1月 1日"; | char BBS_start_dt[50] = "2004年 1月 1日"; |
| 32 | ||
| 33 | char BBS_username[BBS_username_max_len + 1]; | char BBS_username[BBS_username_max_len + 1]; |
| 34 | char BBS_user_tz[BBS_user_tz_max_len + 1]; | |
| 35 | ||
| 36 | time_t BBS_login_tm; | time_t BBS_login_tm; |
| 37 | time_t BBS_last_access_tm; | time_t BBS_last_access_tm; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |