Browse Source

Update index_body.php

tags/6.2.12
叙述、别离 7 months ago
parent
commit
b5b8e0647d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/admin/index_body.php

+ 2
- 2
src/admin/index_body.php View File

@@ -90,10 +90,10 @@ if (empty($dopost)) {
$hasPowered = true;
}
}
$poweredStr = $hasPowered? "" : "请保留正确的<a href='https://www.dedebiz.com/powered_by_dedebiz' class='text-primary'>底部版权信息</a>,";
$poweredStr = $hasPowered? "" : "请保留正确的<a href='https://www.dedebiz.com/powered_by_dedebiz' class='text-success'>底部版权信息</a>,";
echo json_encode(array(
"code" => -1002,
"msg" => "当前站点已授权社区版,{$poweredStr}获取更多官方技术支持,请选择<a href='https://www.dedebiz.com/auth' class='text-primary'>商业版</a>",
"msg" => "当前站点已授权社区版,{$poweredStr}获取更多官方技术支持,请选择<a href='https://www.dedebiz.com/auth' class='text-success'>商业版</a>",
"result" => null,
));
exit;


Loading…
Cancel
Save