From f03c0e5f106c9b95349a6c4aa7cd623b9784f44c Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 20 Jun 2011 18:00:26 -0400 Subject: [PATCH] -Disable upgrades for the 1.9.0 beta. --- install/include/airtime-install.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/include/airtime-install.php b/install/include/airtime-install.php index 1e3013900..f6685c804 100644 --- a/install/include/airtime-install.php +++ b/install/include/airtime-install.php @@ -52,6 +52,11 @@ if(isset($version) && ($version != false) && ($version == AIRTIME_VERSION) && !i // A previous version exists - if so, upgrade. if(isset($version) && ($version != false) && ($version < AIRTIME_VERSION)) { echo "Airtime version $version found.".PHP_EOL; + + echo "It appears you already have a version of Airtime installed."; + echo "Upgrading is currently disabled for Airtime 1.9.0-beta1"; + exit(2); + require_once("airtime-upgrade.php"); //Make sure to exit with non-zero error code so that airtime-install