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

Commit 053fb37

Browse files
committed
Still fixing this thing...
1 parent bac3c25 commit 053fb37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$version = file_get_contents('../version.txt');
2+
$version = file_get_contents('version.txt');
33
$outversion = file_get_contents('https://raw.githubusercontent.com/UndefinedIndustries/sPrInkler/master/version.txt?'.time());
44
if ($version < $outversion){
55
echo "Version $version - Update available. click <a href='lib/updater.php'>here</a> to update";

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.135
1+
0.137

0 commit comments

Comments
 (0)