Skip to content

Commit

Permalink
file_get_contents 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNadeev committed Mar 27, 2024
1 parent f67885b commit 47fe61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sender.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

function sendTelegram($chat_id, $message, $apiToken) {
$data = [
'chat_id' => substr($chat_id, 0, -2),
'chat_id' => $chat_id,
'text' => substr($message, 0, -1),
'parse_mode' => 'HTML'
];
Expand Down

0 comments on commit 47fe61a

Please sign in to comment.