initial user role support

pull/1196/head
arjunrc 2015-12-19 17:44:39 -05:00
parent f56688e7c2
commit e812398fb9
1 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,10 @@ class HostController extends AppController {
function getVersion() {
$version = Configure::read('ZM_VERSION');
$apiversion = Configure::read('ZM_API_VERSION');
// PP - not going to use the ZM_API_VERSION
// requires recompilation and dependency on ZM upgrade
//$apiversion = Configure::read('ZM_API_VERSION');
$apiversion = '1.0';
$this->set(array(
'version' => $version,