diff --git a/install/include/airtime-install.php b/install/include/airtime-install.php index 7e132d7c2..ec43087e6 100644 --- a/install/include/airtime-install.php +++ b/install/include/airtime-install.php @@ -63,10 +63,6 @@ if (isset($version) && ($version != false) && ($version == AIRTIME_VERSION) && ! if (isset($version) && ($version != false) && ($version < AIRTIME_VERSION) && !isset($opts->r)) { echo "Airtime version $version found.".PHP_EOL; - echo "It appears you already have a version of Airtime installed.\n"; - echo "Upgrading is currently disabled for Airtime 1.9.0-beta1.\n"; - exit(2); - require_once("airtime-upgrade.php"); //Make sure to exit with non-zero error code so that airtime-install