mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-25 09:47:10 +01:00
Minor tidy in index.php and updater.php
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user