Merge branch '2.5.x' into 2.5.x-saas
This commit is contained in:
commit
2a783f3825
32 changed files with 1200 additions and 378 deletions
|
@ -65,7 +65,8 @@ class ApiController extends Zend_Controller_Action
|
|||
public function versionAction()
|
||||
{
|
||||
$this->_helper->json->sendJson( array(
|
||||
"version" => Application_Model_Preference::GetAirtimeVersion()));
|
||||
"airtime_version" => Application_Model_Preference::GetAirtimeVersion(),
|
||||
"api_version" => AIRTIME_API_VERSION));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue