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

Commit

Permalink
Still fixing this thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
GT3CH1 committed Mar 19, 2017
1 parent bac3c25 commit 053fb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$version = file_get_contents('../version.txt');
$version = file_get_contents('version.txt');
$outversion = file_get_contents('https://raw.githubusercontent.com/UndefinedIndustries/sPrInkler/master/version.txt?'.time());
if ($version < $outversion){
echo "Version $version - Update available. click <a href='lib/updater.php'>here</a> to update";
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.135
0.137

0 comments on commit 053fb37

Please sign in to comment.