Merge branch 'cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation' of dev.sourcefabric.org:campcaster into cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation

Conflicts:
	install/airtime-install.php
This commit is contained in:
Naomi 2011-05-20 12:29:07 -04:00
commit e3429ad2b1

View file

@ -52,6 +52,7 @@ if(isset($version) && $version != false && $version == AIRTIME_VERSION && !isset
if(isset($version) && $version != false && $version < AIRTIME_VERSION) {
echo "Airtime version $version found.".PHP_EOL;
$command = "php airtime-upgrade.php";
system($command);
exit();