Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog authored Feb 6, 2017
1 parent f966795 commit 94e7f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Log.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$version = '1.1.3';
$version = '1.1.5';
$github_version = ltrim(json_decode(file_get_contents('https://api.github.com/repos/RumbleFrog/DragonballStatistical/releases/latest', false, stream_context_create(array('http'=> array('method'=>"GET", 'header'=>"Accept-language: en\r\n" . "Cookie: foo=bar\r\n" . "User-Agent: DragonballStatistical\r\n")))), true)['tag_name'], 'v');
$outdated = (version_compare($version, $github_version, ">=")) ? false : true;

Expand Down

0 comments on commit 94e7f05

Please sign in to comment.