Merged in qronald/processmaker/PM-3851 (pull request #3013)

PM-3851
This commit is contained in:
Julio Cesar Laura Avendaño
2015-10-23 18:06:36 -04:00

View File

@@ -1244,6 +1244,12 @@ class Light
$fields = \System::getSysInfo();
$response['version'] = $fields['PM_VERSION'];
$buildType = 'Community';
/*----------------------------------********---------------------------------*/
$buildType = 'Enterprise';
/*----------------------------------********---------------------------------*/
$response['buildType'] = $buildType;
$conf = new \Configurations();
$confEnvironment = $conf->getFormats();