Parent Directory
|
Revision Log
|
Patch
| Revision 1.37 by sysadm, Wed Jul 23 01:16:28 2025 UTC | Revision 1.38 by sysadm, Fri Oct 17 12:23:01 2025 UTC | |
|---|---|---|
| # | Line 23 const char *data_files_load_startup[] = | Line 23 const char *data_files_load_startup[] = |
| 23 | DATA_GOODBYE, | DATA_GOODBYE, |
| 24 | DATA_LICENSE, | DATA_LICENSE, |
| 25 | DATA_COPYRIGHT, | DATA_COPYRIGHT, |
| 26 | DATA_VERSION, | |
| 27 | DATA_LOGIN_ERROR, | DATA_LOGIN_ERROR, |
| 28 | DATA_ACTIVE_BOARD, | DATA_ACTIVE_BOARD, |
| 29 | DATA_READ_HELP, | DATA_READ_HELP, |
| 30 | VAR_BBS_TOP}; | VAR_BBS_TOP}; |
| 31 | int data_files_load_startup_count = 9; // Count of data_files_load_startup[] | int data_files_load_startup_count = 10; // Count of data_files_load_startup[] |
| 32 | ||
| 33 | // Global declaration for sockets | // Global declaration for sockets |
| 34 | int socket_server[2]; | int socket_server[2]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |