Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Nov 5 14:59:31 2025 UTC | Revision 1.2 by sysadm, Fri Nov 7 06:46:44 2025 UTC | |
|---|---|---|
| # | Line 9 | Line 9 |
| 9 | */ | */ |
| 10 | ||
| 11 | #include "bbs.h" | #include "bbs.h" |
| 12 | #include "bwf.h" | |
| 13 | #include "database.h" | #include "database.h" |
| 14 | #include "editor.h" | #include "editor.h" |
| 15 | #include "io.h" | #include "io.h" |
| # | Line 102 int user_intro_edit(int uid) | Line 103 int user_intro_edit(int uid) |
| 103 | ret = -3; | ret = -3; |
| 104 | goto cleanup; | goto cleanup; |
| 105 | } | } |
| 106 | ||
| 107 | if (check_badwords(intro, '*') < 0) | |
| 108 | { | |
| 109 | log_error("check_badwords(introduction) error\n"); | |
| 110 | ret = -3; | |
| 111 | goto cleanup; | |
| 112 | } | |
| 113 | ||
| 114 | lml_render(intro, intro_f, sizeof(intro_f), SCREEN_COLS, 0); | lml_render(intro, intro_f, sizeof(intro_f), SCREEN_COLS, 0); |
| 115 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |