Parent Directory
|
Revision Log
|
Patch
| Revision 1.45 by sysadm, Tue Nov 4 14:58:56 2025 UTC | Revision 1.46 by sysadm, Wed Nov 5 01:04:06 2025 UTC | |
|---|---|---|
| # | Line 269 int show_top10_menu(void *param) | Line 269 int show_top10_menu(void *param) |
| 269 | show_top10 = 0; | show_top10 = 0; |
| 270 | return 0; | return 0; |
| 271 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 272 | if (time(NULL) - BBS_last_access_tm >= MAX_DELAY_TIME) | if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time) |
| 273 | { | { |
| 274 | log_error("User input timeout\n"); | log_error("User input timeout\n"); |
| 275 | show_top10 = 0; | show_top10 = 0; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |