CC-3346: Recorder: Merge recorder with pypo
- Upgrade for 2.0.2
This commit is contained in:
parent
06c825479b
commit
4e72c1150d
182 changed files with 70425 additions and 4 deletions
|
@ -107,6 +107,10 @@ if (strcmp($version, "2.0.1") < 0){
|
|||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.0.1/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
if (strcmp($version, "2.0.2") < 0){
|
||||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.0.2/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
|
||||
//set the new version in the database.
|
||||
$sql = "DELETE FROM cc_pref WHERE keystr = 'system_version'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue