1
0
Fork 0

„start.php“ ändern

This commit is contained in:
Christopher 2020-06-15 16:32:46 +00:00
parent d3821293c5
commit 619d61b8b4
1 changed files with 2 additions and 2 deletions

View File

@ -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";