Parent Directory
|
Revision Log
|
Patch
| Revision 1.38 by sysadm, Fri Oct 17 12:23:01 2025 UTC | Revision 1.39 by sysadm, Sun Oct 19 07:42:53 2025 UTC | |
|---|---|---|
| # | Line 27 const char *data_files_load_startup[] = | Line 27 const char *data_files_load_startup[] = |
| 27 | DATA_LOGIN_ERROR, | DATA_LOGIN_ERROR, |
| 28 | DATA_ACTIVE_BOARD, | DATA_ACTIVE_BOARD, |
| 29 | DATA_READ_HELP, | DATA_READ_HELP, |
| 30 | DATA_EDITOR_HELP, | |
| 31 | VAR_BBS_TOP}; | VAR_BBS_TOP}; |
| 32 | int data_files_load_startup_count = 10; // Count of data_files_load_startup[] | int data_files_load_startup_count = 11; // Count of data_files_load_startup[] |
| 33 | ||
| 34 | // Global declaration for sockets | // Global declaration for sockets |
| 35 | int socket_server[2]; | int socket_server[2]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |