finish oauth provider + docker service wait for MySQL

This commit is contained in:
xiaomlove
2025-05-01 14:18:30 +07:00
parent cc89e8aa59
commit af33e5cba7
26 changed files with 450 additions and 41 deletions

View File

@@ -229,7 +229,6 @@ $reply = " [ <a href=\"sendmessage.php?receiver=" . $message['sender'] . "&reply
}
}
$body = format_comment($message['msg'], true);
//$body = htmlspecialchars_decode($body);
$added = $message['added'];
if ($message['sender'] == $CURUSER['id'])
{