Merge branch 'master' of dev.sourcefabric.org:airtime

This commit is contained in:
martin 2011-03-03 20:14:07 -05:00
commit 25237087a2
13 changed files with 37 additions and 1131 deletions

View file

@ -31,7 +31,7 @@ class ApiController extends Zend_Controller_Action
print 'You are not allowed to access this resource.';
exit;
}
$jsonStr = json_encode(array("version"=>CAMPCASTER_VERSION));
$jsonStr = json_encode(array("version"=>AIRTIME_VERSION));
echo $jsonStr;
}