diff --git a/workflow/engine/menus/setup.php b/workflow/engine/menus/setup.php
index 56c27eaca..ddb9ca27c 100755
--- a/workflow/engine/menus/setup.php
+++ b/workflow/engine/menus/setup.php
@@ -122,7 +122,6 @@ if ($RBAC->userCanAccess('PM_SETUP') === 1) {
'',
'settings'
);
- if ($licensedFeatures->verifyfeature('r19Vm5DK1UrT09MenlLYjZxejlhNUZ1b1NhV0JHWjBsZEJ6dnpJa3dTeWVLVT0=')) {
$G_TMP_MENU->AddIdRawOption(
'STRATEGIC_DASHBOARD',
'../strategicDashboard/dashboardList',
@@ -131,17 +130,6 @@ if ($RBAC->userCanAccess('PM_SETUP') === 1) {
'',
'settings'
);
- }
- if ($licensedFeatures->verifyfeature('7qhYmF1eDJWcEdwcUZpT0k4S0xTRStvdz09')) {
- $G_TMP_MENU->AddIdRawOption(
- 'PMGMAIL',
- '../pmGmail/formPMGmail',
- ucfirst(G::LoadTranslation('ID_PMGMAIL')),
- '',
- '',
- 'settings'
- );
- }
}
}
//tools options
@@ -350,24 +338,9 @@ if (!file_exists(PATH_DATA_SITE . "plugin.singleton")) {
$enterprise->enable();
$enterprise->setup();
}
-$pmLicenseManagerO = PmLicenseManager::getSingleton();
-$licenseStatusInfo = $pmLicenseManagerO->getCurrentLicenseStatus();
+
$licStatusMsg = null;
-if ((isset($pmLicenseManagerO->plan)) && ($pmLicenseManagerO->plan != "")) {
- $lines = explode(" - ", $pmLicenseManagerO->plan);
- if (isset($lines[0])) {
- $licStatusMsg .= "
" . $lines[0] . "";
- }
- if ((isset($lines[1])) && ($lines[1] != $lines[0])) {
- $licStatusMsg .= "
" . $lines[1] . "";
- }
-}
-
-if ($licenseStatusInfo["message"] != "") {
- $licStatusMsg = " (" . $licenseStatusInfo["message"] . ")";
-}
-
if ($RBAC->userCanAccess('PM_SETUP') == 1) {
if (
$RBAC->userCanAccess('PM_SETUP_PLUGINS') === 1 &&
@@ -398,7 +371,6 @@ $pluginRegistry = PluginRegistry::loadSingleton();
$status = $pluginRegistry->getStatusPlugin('actionsByEmail');
if ((string) ($status) !== 'enabled' &&
- $licensedFeatures->verifyfeature('zLhSk5TeEQrNFI2RXFEVktyUGpnczV1WEJNWVp6cjYxbTU3R29mVXVZNWhZQT0=') &&
$RBAC->userCanAccess('PM_SETUP_LOGS') == 1
) {
$G_TMP_MENU->AddIdRawOption(
@@ -452,4 +424,4 @@ if ($RBAC->userCanAccess('PM_TASK_SCHEDULER_ADMIN') === 1) {
'',
G::LoadTranslation('ID_TASK_SCHEDULER')
);
-}
\ No newline at end of file
+}