| 122 |
// Append indication of article update |
// Append indication of article update |
| 123 |
if ($id != 0) |
if ($id != 0) |
| 124 |
{ |
{ |
| 125 |
$content .= ("\n--\n※作者已于 " . date("Y-m-d H:i:s") . " 修改本文※\n"); |
$content .= ("\n--\n※ 作者已于 " . (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i:s (\U\T\C P)") . " 修改本文※\n"); |
| 126 |
} |
} |
| 127 |
|
|
| 128 |
// Calculate length of content |
// Calculate length of content |
| 767 |
|
|
| 768 |
mysqli_close($db_conn); |
mysqli_close($db_conn); |
| 769 |
exit(json_encode($result_set)); |
exit(json_encode($result_set)); |
|
?> |
|