| 2 |
require_once "../lib/db_open.inc.php"; |
require_once "../lib/db_open.inc.php"; |
| 3 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 4 |
require_once "../lib/lml.inc.php"; |
require_once "../lib/lml.inc.php"; |
| 5 |
|
require_once "../bbs/session_init.inc.php"; |
| 6 |
?> |
?> |
| 7 |
<? |
<? |
| 8 |
header ("Content-Type: text/xml; charset=UTF-8"); |
header ("Content-Type: text/xml; charset=UTF-8"); |
| 83 |
<channel> |
<channel> |
| 84 |
<title><? echo $stitle; ?></title> |
<title><? echo $stitle; ?></title> |
| 85 |
<description><? echo $stitle; ?></description> |
<description><? echo $stitle; ?></description> |
| 86 |
<link><? echo $base_url."/bbs/bbs.php?sid=".$sid; ?></link> |
<link><? echo $base_url."/bbs/list.php?sid=".$sid; ?></link> |
| 87 |
<language>zh-cn</language> |
<language>zh-cn</language> |
| 88 |
<docs></docs> |
<docs></docs> |
| 89 |
<generator>Rss Generator By <? echo $BBS_name; ?></generator> |
<generator>Rss Generator By <? echo $BBS_name; ?></generator> |