| 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 <string.h> |
#include <string.h> |
| 24 |
|
|
| 131 |
fclose(fout); |
fclose(fout); |
| 132 |
} |
} |
| 133 |
|
|
| 134 |
|
//Display logo |
| 135 |
|
strcpy (temp, app_home_dir); |
| 136 |
|
strcat (temp, "data/welcome.txt"); |
| 137 |
|
display_file (temp); |
| 138 |
|
|
| 139 |
//Display welcome message |
//Display welcome message |
| 140 |
prints ( |
prints ( |
| 141 |
"\033[1;35m»¶Ó¹âÁÙ\033[33m ¡¾ %s ¡¿ \033[35mBBS\r\n" |
"\033[1;35m»¶Ó¹âÁÙ\033[33m ¡¾ %s ¡¿ \033[35mBBS\r\n" |