Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0314c3

Browse files
committed
space
1 parent 2240323 commit d0314c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎deploy.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
if (TELEGRAM_BOT_TOKEN && TELEGRAM_BOT_CHATID)
258258
{
259-
$params= [
259+
$params= [
260260
'chat_id' => TELEGRAM_BOT_CHATID,
261261
'text' => $betreff . '/n/n' . $nachricht,
262262
'disable_web_page_preview' => 'true',
@@ -269,6 +269,7 @@
269269
curl_setopt($ch, CURLOPT_POST, 1);
270270
curl_setopt($ch, CURLOPT_POSTFIELDS, ($params));
271271
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
272+
272273
$result = curl_exec($ch);
273274
curl_close($ch);
274275
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /