From d2bf490915cd96a329b1f42c94e4111223bc6962 Mon Sep 17 00:00:00 2001 From: R40fendt Date: Sat, 18 Oct 2025 13:14:04 +0200 Subject: [PATCH] Zu Debug-Zwecken Result-Spieltag auf 3 begrenzt (check.php) --- bulitipp/check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bulitipp/check.php b/bulitipp/check.php index 6cc4fd3..1d370c1 100755 --- a/bulitipp/check.php +++ b/bulitipp/check.php @@ -67,7 +67,7 @@ if ($responseData!=null) { $spieltag=getmaxspieltag()+1; -if($spieltag<=29){ +if($spieltag<=3){ $response = file_get_contents("https://api.openligadb.de/getmatchdata/bl".$bundesliga."/".$year."/".$spieltag, false); @@ -113,4 +113,4 @@ if(srowforeach("SELECT COUNT(`id`) from `buli-icons`;",[])[0][0]<9){ mysqli_execute_query($db_id,"INSERT INTO `buli-icons` (`team`,`img`) VALUES (?,?);",[$name,$image]); } -} \ No newline at end of file +}