PM-1124: I added marcas
This commit is contained in:
@@ -103,6 +103,7 @@ if (isset ($_SESSION['USER_LOGGED'])) {
|
|||||||
// Execute SSO trigger
|
// Execute SSO trigger
|
||||||
$pluginRegistry =& PMPluginRegistry::getSingleton();
|
$pluginRegistry =& PMPluginRegistry::getSingleton();
|
||||||
if (defined('PM_SINGLE_SIGN_ON')) {
|
if (defined('PM_SINGLE_SIGN_ON')) {
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
$licensedFeatures = & PMLicensedFeatures::getSingleton();
|
$licensedFeatures = & PMLicensedFeatures::getSingleton();
|
||||||
if ($licensedFeatures->verifyfeature('x4TTzlISnp2K2tnSTJoMC8rTDRMTjlhMCtZeXV0QnNCLzU=')) {
|
if ($licensedFeatures->verifyfeature('x4TTzlISnp2K2tnSTJoMC8rTDRMTjlhMCtZeXV0QnNCLzU=')) {
|
||||||
//Check in SSO class
|
//Check in SSO class
|
||||||
@@ -120,6 +121,7 @@ if (isset ($_SESSION['USER_LOGGED'])) {
|
|||||||
}
|
}
|
||||||
//Check in SSO class
|
//Check in SSO class
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
if ($pluginRegistry->existsTrigger(PM_SINGLE_SIGN_ON)) {
|
if ($pluginRegistry->existsTrigger(PM_SINGLE_SIGN_ON)) {
|
||||||
if ($pluginRegistry->executeTriggers(PM_SINGLE_SIGN_ON, null)) {
|
if ($pluginRegistry->executeTriggers(PM_SINGLE_SIGN_ON, null)) {
|
||||||
// Start new session
|
// Start new session
|
||||||
|
|||||||
Reference in New Issue
Block a user