Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tyger07 authored Oct 15, 2018
1 parent c6f548e commit f3862e3
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-21-18b') === false))
if((!empty($releaseVersion)) && (stripos($releaseVersion, '10-14-18') === false))
{
echo '
<div class="subsection">
Expand Down

0 comments on commit f3862e3

Please sign in to comment.