Parent Directory
|
Revision Log
|
Patch
| Revision 1.68 by sysadm, Tue Nov 11 00:28:05 2025 UTC | Revision 1.69 by sysadm, Sun Nov 16 11:06:06 2025 UTC | |
|---|---|---|
| # | Line 25 | Line 25 |
| 25 | #include <string.h> | #include <string.h> |
| 26 | #include <regex.h> | #include <regex.h> |
| 27 | #include <unistd.h> | #include <unistd.h> |
| 28 | #include <mysql/mysql.h> | #include <mysql.h> |
| 29 | #include <sys/param.h> | #include <sys/param.h> |
| 30 | ||
| 31 | static const int BBS_username_min_len = 3; // common len = 5, special len = 3 | static const int BBS_username_min_len = 3; // common len = 5, special len = 3 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |