Browse Source

Update feedback.php

tags/6.3.0
叙述、别离 1 year ago
parent
commit
9d23d5b06b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/apps/feedback.php

+ 1
- 1
src/apps/feedback.php View File

@@ -65,7 +65,7 @@ if ($action == '' || $action == 'show') {
$dsql->Execute('fb', $querystring." LIMIT 20 ");
$data = array();
while ($row = $dsql->GetArray('fb')) {
$row['face'] = empty($row['mface']) ? $GLOBALS['cfg_cmspath'].'../static/web/img/admin.png' : $row['mface'];
$row['face'] = empty($row['mface']) ? $GLOBALS['cfg_cmspath'].'/static/web/img/admin.png' : $row['mface'];
$row['dtimestr'] = MyDate('Y-m-d', $row['dtime']);
unset($row['ip']);
$data[] = $row;


Loading…
Cancel
Save