Minor tidy in index.php and updater.php

This commit is contained in:
mattpass
2020-10-23 10:20:55 +01:00
parent 9e68bb9d72
commit c19503ba78
2 changed files with 24 additions and 24 deletions

View File

@@ -73,9 +73,9 @@ function copyOldVersion() {
}
}
}
$icv_url = "https://icecoder.net/latest-version.txt";
$icvURL = "https://icecoder.net/latest-version.txt";
echo 'Detecting current version of ICEcoder...<br>';
$icvInfo = getData($icv_url,'curl','Sorry, couldn\'t figure out latest version.');
$icvInfo = getData($icvURL,'curl','Sorry, couldn\'t figure out latest version.');
echo 'Latest version of ICEcoder is '.$icvInfo.'<br>';
openZipNew($icvInfo);
}