Merge branch '1.9.1' into devel

This commit is contained in:
James 2011-08-31 10:15:00 -04:00
commit c460519a88
5 changed files with 16 additions and 10 deletions

View file

@ -547,7 +547,8 @@ class Airtime190Upgrade{
public static function InstallAirtimePhpServerCode($phpDir)
{
// delete old files
exec("rm -rf ".$phpDir);
$AIRTIME_SRC = realpath(__DIR__.'/../../../airtime_mvc');
echo "* Installing PHP code to ".$phpDir.PHP_EOL;