ソースを参照

Update index_body.php

tags/6.2.12
叙述、别离 8ヶ月前
コミット
b5b8e0647d
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/admin/index_body.php

+ 2
- 2
src/admin/index_body.php ファイルの表示

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


読み込み中…
キャンセル
保存