check.php auf 30 Spieltage begrenzt zum Debuggen, Tippen optimiert mit ein paar QoL Features, updaten von Tipps hinzugefügt

This commit is contained in:
R40fendt
2025-08-22 19:00:11 +02:00
parent 72ec423120
commit 27862a9f3d
5 changed files with 103 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ if ($responseData!=null) {
$spieltag=getmaxspieltag()+1;
if($spieltag<=34){
if($spieltag<=29){
$response = file_get_contents("https://api.openligadb.de/getmatchdata/bl".$bundesliga."/".$year."/".$spieltag, false);