URL fix
This commit is contained in:
@@ -80,7 +80,7 @@ if ($argv[0] == "Preferences...") {
|
|||||||
|
|
||||||
if ($argv[0] == "Check for Updates...") {
|
if ($argv[0] == "Check for Updates...") {
|
||||||
|
|
||||||
$curr_version = file_get_contents("http://git.profiteroles.org/profiteroles/Minat/raw/branch/master/version.txt");
|
$curr_version = file_get_contents("https://www.profiteroles.org/git/profiteroles/Minat/raw/branch/master/version.txt");
|
||||||
addline("Version check, me=".$version." latest=".$curr_version);
|
addline("Version check, me=".$version." latest=".$curr_version);
|
||||||
if ($curr_version > $version) {
|
if ($curr_version > $version) {
|
||||||
if(askMulti("Minat ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) {
|
if(askMulti("Minat ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user