HOR-4378
This commit is contained in:
@@ -270,7 +270,11 @@ class Admin extends Controller
|
|||||||
$pmSection = G::LoadTranslation('ID_PROCESS_INFORMATION');
|
$pmSection = G::LoadTranslation('ID_PROCESS_INFORMATION');
|
||||||
|
|
||||||
$properties = array ();
|
$properties = array ();
|
||||||
$ee = class_exists( 'pmLicenseManager' ) ? " - Enterprise Edition" : '';
|
$ee = '';
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
|
// In the community version this text must not be presented
|
||||||
|
$ee = ' - Enterprise Edition';
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
$systemName = 'ProcessMaker';
|
$systemName = 'ProcessMaker';
|
||||||
if (defined('SYSTEM_NAME')) {
|
if (defined('SYSTEM_NAME')) {
|
||||||
$systemName = SYSTEM_NAME;
|
$systemName = SYSTEM_NAME;
|
||||||
|
|||||||
@@ -729,7 +729,11 @@ class Main extends Controller
|
|||||||
$pmSection = G::LoadTranslation('ID_PROCESS_INFORMATION');
|
$pmSection = G::LoadTranslation('ID_PROCESS_INFORMATION');
|
||||||
|
|
||||||
$properties = array ();
|
$properties = array ();
|
||||||
$ee = class_exists( 'pmLicenseManager' ) ? " - Enterprise Edition" : '';
|
$ee = '';
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
|
// In the community version this text must not be presented
|
||||||
|
$ee = ' - Enterprise Edition';
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
$systemName = 'ProcessMaker';
|
$systemName = 'ProcessMaker';
|
||||||
if (defined('SYSTEM_NAME')) {
|
if (defined('SYSTEM_NAME')) {
|
||||||
$systemName = SYSTEM_NAME;
|
$systemName = SYSTEM_NAME;
|
||||||
|
|||||||
Reference in New Issue
Block a user