|
@@ -41,7 +41,7 @@ class Content
|
|
|
$userinfo = Dever::load('user/lib/info')->get($info['uid'], $info_id);
|
|
|
$page['username'] = $userinfo['username'];
|
|
|
|
|
|
- $page['copyright'] = '如不慎侵害您的权益,请告知,我们将第一时间修改';
|
|
|
+ $page['copyright'] = '所有内容为网友上传,不代表合小记观点';
|
|
|
} else {
|
|
|
$page['author_name'] = '';
|
|
|
$page['username'] = '官方';
|
|
@@ -49,6 +49,7 @@ class Content
|
|
|
}
|
|
|
|
|
|
$result[$i] = $page;
|
|
|
+ $result[$i]['id'] =
|
|
|
$result[$i]['data'] = -1;
|
|
|
$result[$i]['type'] = -1;
|
|
|
$result[$i]['times'] = $result[$i]['times_parent'] = '';
|