| 2 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 3 |
require_once "../lib/db_open.inc.php"; |
require_once "../lib/db_open.inc.php"; |
| 4 |
require_once "../bbs/session_init.inc.php"; |
require_once "../bbs/session_init.inc.php"; |
| 5 |
|
|
| 6 |
|
mysqli_close($db_conn); |
| 7 |
?> |
?> |
| 8 |
<html> |
<html> |
| 9 |
<head> |
<head> |
| 11 |
<title><? echo $BBS_name; ?> - 精品荟萃</title> |
<title><? echo $BBS_name; ?> - 精品荟萃</title> |
| 12 |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
| 13 |
</head> |
</head> |
|
|
|
| 14 |
<body> |
<body> |
| 15 |
<center> |
<center> |
| 16 |
<? |
<? |