reloading config after ini values are changed

This commit is contained in:
Naomi 2011-04-18 15:28:48 -04:00
parent 2c7bf676a3
commit 9e96ec9da4
4 changed files with 31 additions and 3 deletions

View file

@ -84,7 +84,7 @@ AirtimeInstall::InstallStorageDirectory();
AirtimeInstall::ChangeDirOwnerToWebserver($CC_CONFIG["storageDir"]);
AirtimeInstall::CreateSymlinksToUtils($CC_CONFIG["storageDir"]);
AirtimeInstall::CreateSymlinksToUtils();
echo PHP_EOL."*** Pypo Installation ***".PHP_EOL;
system("python ".__DIR__."/../python_apps/pypo/install/pypo-install.py");