From 619d61b8b4c783ed7c15788b4a321e5160dbb62f Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 15 Jun 2020 16:32:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estart.php=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.php b/start.php index aeec284..6084813 100644 --- a/start.php +++ b/start.php @@ -56,8 +56,8 @@ while(TRUE) system("rtmpdump -r ".$StreamURL." -m 15 -o /dev/null"); - if(($lastOnlineTime + 60) < time()) - { + if(($lastOnlineTime + 60) < time()) + { echo "Sending end info to discord..."; $result = file_get_contents($DiscordWebhook, false, stream_context_create($endOptions)); echo "done.\n";