CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation

This commit is contained in:
Naomi 2011-05-19 14:42:28 -04:00
parent a2ec9b4d10
commit 697d5e0b77
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ AirtimeInstall::ExitIfNotRoot();
$version = AirtimeInstall::CheckForVersionBeforeInstall();
echo "Airtime version $version found.".PHP_EOL;
echo "Airtime version ".AIRTIME_VERSION." found.".PHP_EOL;
require_once('Zend/Loader/Autoloader.php');
$autoloader = Zend_Loader_Autoloader::getInstance();