Zu Debug-Zwecken Result-Spieltag auf 3 begrenzt (check.php)
This commit is contained in:
@@ -67,7 +67,7 @@ if ($responseData!=null) {
|
|||||||
|
|
||||||
$spieltag=getmaxspieltag()+1;
|
$spieltag=getmaxspieltag()+1;
|
||||||
|
|
||||||
if($spieltag<=29){
|
if($spieltag<=3){
|
||||||
|
|
||||||
$response = file_get_contents("https://api.openligadb.de/getmatchdata/bl".$bundesliga."/".$year."/".$spieltag, false);
|
$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]);
|
mysqli_execute_query($db_id,"INSERT INTO `buli-icons` (`team`,`img`) VALUES (?,?);",[$name,$image]);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user