CC-2693: Apache reconfigure and restart
- done
This commit is contained in:
parent
7668b3cf97
commit
9547410bb0
2 changed files with 32 additions and 20 deletions
|
@ -89,6 +89,9 @@ if (strcmp($version, "1.8.2") < 0){
|
|||
if (strcmp($version, "1.9.0") < 0){
|
||||
system("php ".__DIR__."/../upgrades/airtime-1.9.0/airtime-upgrade.php");
|
||||
}
|
||||
if (strcmp($version, "1.9.2") < 0){
|
||||
system("php ".__DIR__."/../upgrades/airtime-1.9.2/airtime-upgrade.php");
|
||||
}
|
||||
|
||||
|
||||
//set the new version in the database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue