Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
Update the release version after fixing reported issue #43 .
  • Loading branch information
tyger07 committed Jun 7, 2024
1 parent 9cf1b2d commit f66e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
$xmlData = @file_get_contents('https://github.com/tyger07/BF4-Server-Stats/releases.atom');
$xml=@simplexml_load_string($xmlData);
$releaseVersion = $xml->entry[0]->id;
if((!empty($releaseVersion)) && (stripos($releaseVersion, '6-22-21') === false))
if((!empty($releaseVersion)) && (stripos($releaseVersion, '6-7-24') === false))
{
echo '
<div class="subsection">
Expand Down

0 comments on commit f66e209

Please sign in to comment.