Airtime 1.9.5 upgrade script
This commit is contained in:
parent
4c5386c0f3
commit
3675e3c6e7
2 changed files with 40 additions and 0 deletions
|
@ -77,6 +77,9 @@ if (strcmp($version, "1.9.3") < 0){
|
|||
if (strcmp($version, "1.9.4") < 0){
|
||||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-1.9.4/airtime-upgrade.php");
|
||||
}
|
||||
if (strcmp($version, "1.9.5") < 0){
|
||||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-1.9.5/airtime-upgrade.php");
|
||||
}
|
||||
|
||||
//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