Backend für Modals hinzugefügt
This commit is contained in:
@@ -65,9 +65,10 @@ if ($responseData!=null) {
|
||||
|
||||
}
|
||||
|
||||
if($spieltag>=34){
|
||||
$spieltag=getmaxspieltag()+1;
|
||||
if(srowforeach("SELECT COUNT(*) from `buli-results` where spieltag=?;",[$spieltag-1])[0][0]<9) $spieltag--;
|
||||
|
||||
if($spieltag<=34){
|
||||
|
||||
$response = file_get_contents("https://api.openligadb.de/getmatchdata/bl".$bundesliga."/".$year."/".$spieltag, false);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user