0.4.1.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// Rollup
|
||||
|
||||
$version = file_get_contents(__DIR__."/version.txt");
|
||||
$version = file_get_contents(__DIR__."/current_version.txt");
|
||||
|
||||
// Includes
|
||||
|
||||
@@ -41,7 +41,7 @@ switch (@$argv[0]) {
|
||||
}
|
||||
die;
|
||||
case "Check for Updates...":
|
||||
$curr_version = @file_get_contents("https://www.profiteroles.org/git/p/Rollup/raw/master/current_version.txt");
|
||||
$curr_version = file_get_contents("https://www.profiteroles.org/git/p/Rollup/raw/master/current_version.txt");
|
||||
if (!$curr_version) {
|
||||
echo "\nALERT:Can't connect|Error checking for latest version\n";
|
||||
die;
|
||||
|
||||
Reference in New Issue
Block a user