Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Wed Mar 2 16:33:49 2005 UTC | Revision 1.8 by sysadm, Sun Mar 20 17:37:14 2005 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #include "bbs.h" | #include "bbs.h" |
| 19 | #include "common.h" | #include "common.h" |
| 20 | #include "io.h" | #include "io.h" |
| 21 | #include "database.h" | |
| 22 | #include <mysql.h> | #include <mysql.h> |
| 23 | #include <regex.h> | #include <regex.h> |
| 24 | ||
| # | Line 63 bbs_login () | Line 64 bbs_login () |
| 64 | if (user_register () == 0) | if (user_register () == 0) |
| 65 | return 0; | return 0; |
| 66 | else | else |
| 67 | return -2; | return -2; |
| 68 | } | } |
| 69 | ||
| 70 | if (strlen (username) > 0) | if (strlen (username) > 0) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |