Ver código fonte

Update index_body.php

tags/6.2.12
叙述、别离 8 meses atrás
pai
commit
b5b8e0647d
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/admin/index_body.php

+ 2
- 2
src/admin/index_body.php Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar