CC-3072: Test upgrade to 2.0.0 from 1.8.0 and up (including minor versions, except 1.9.1)
This commit is contained in:
parent
8231df6c44
commit
d71c2289ac
4 changed files with 54 additions and 7 deletions
|
@ -19,12 +19,14 @@ if ($opts == NULL) {
|
|||
$version = AirtimeInstall::GetVersionInstalled();
|
||||
|
||||
// A previous version exists - if so, upgrade.
|
||||
/*
|
||||
if (isset($version) && ($version != false) && ($version < AIRTIME_VERSION) && !isset($opts->r)) {
|
||||
echo "Airtime version $version found.".PHP_EOL;
|
||||
|
||||
require_once("airtime-upgrade.php");
|
||||
exit(0);
|
||||
}
|
||||
* */
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// The only way we get here is if we are doing a new install or a reinstall.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue