CC-2693: Apache reconfigure and restart

- done
This commit is contained in:
James 2011-08-22 15:16:31 -04:00
parent 7668b3cf97
commit 9547410bb0
2 changed files with 32 additions and 20 deletions

View file

@ -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.