From ce81f0c8fb8d61acc68d78494ab65cf9b76a5543 Mon Sep 17 00:00:00 2001
From: martin <martin@martin-ThinkPad-T410.(none)>
Date: Tue, 12 Jul 2011 19:15:25 -0400
Subject: [PATCH] -reenable upgrades

---
 install/include/airtime-install.php | 4 ----
 1 file changed, 4 deletions(-)

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