| 15 |
* * |
* * |
| 16 |
***************************************************************************/ |
***************************************************************************/ |
| 17 |
|
|
| 18 |
|
#include "register.h" |
| 19 |
#include "bbs.h" |
#include "bbs.h" |
| 20 |
#include "common.h" |
#include "common.h" |
| 21 |
#include "io.h" |
#include "io.h" |
| 22 |
|
#include "screen.h" |
| 23 |
|
#include <string.h> |
| 24 |
#include <mysql.h> |
#include <mysql.h> |
| 25 |
#include <regex.h> |
#include <regex.h> |
| 26 |
|
|
| 27 |
int user_register() |
int user_register() |
| 28 |
{ |
{ |
| 29 |
char temp[256]; |
display_file_ex(DATA_REGISTER, 1, 1); |
|
|
|
|
strcpy(temp, app_home_dir); |
|
|
strcat(temp, "data/register.txt"); |
|
|
display_file_ex(temp, 1, 1); |
|
| 30 |
|
|
| 31 |
return -1; |
return -1; |
| 32 |
} |
} |