CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
This commit is contained in:
parent
a2ec9b4d10
commit
697d5e0b77
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue