PM-1060: I used the valid key
This commit is contained in:
@@ -43,7 +43,7 @@ $licensedFeatures = & PMLicensedFeatures::getSingleton();
|
|||||||
|
|
||||||
$oHeadPublisher = & headPublisher::getSingleton();
|
$oHeadPublisher = & headPublisher::getSingleton();
|
||||||
$oHeadPublisher->addExtJsScript( 'authSources/authSourcesList', false ); //adding a javascript file .js
|
$oHeadPublisher->addExtJsScript( 'authSources/authSourcesList', false ); //adding a javascript file .js
|
||||||
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
|
if ($licensedFeatures->verifyfeature('sywN09PSzh1MVdOajZBdnhMbFhCSnpNT1lLTEFwVklmOTE=')) {
|
||||||
$oHeadPublisher->addExtJsScript( 'authSources/authSourcesListSyn', false ); //adding a javascript file .js
|
$oHeadPublisher->addExtJsScript( 'authSources/authSourcesListSyn', false ); //adding a javascript file .js
|
||||||
}
|
}
|
||||||
$oHeadPublisher->addContent( 'authSources/authSourcesList' ); //adding a html file .html.
|
$oHeadPublisher->addContent( 'authSources/authSourcesList' ); //adding a html file .html.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ $fields = $RBAC->getAuthSource( $_GET['sUID'] );
|
|||||||
if (file_exists( PATH_XMLFORM . 'ldapAdvanced/' . $fields['AUTH_SOURCE_PROVIDER'] . 'Edit.xml' )) {
|
if (file_exists( PATH_XMLFORM . 'ldapAdvanced/' . $fields['AUTH_SOURCE_PROVIDER'] . 'Edit.xml' )) {
|
||||||
$pluginEnabled = 0;
|
$pluginEnabled = 0;
|
||||||
$licensedFeatures = & PMLicensedFeatures::getSingleton();
|
$licensedFeatures = & PMLicensedFeatures::getSingleton();
|
||||||
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
|
if ($licensedFeatures->verifyfeature('sywN09PSzh1MVdOajZBdnhMbFhCSnpNT1lLTEFwVklmOTE=')) {
|
||||||
$pluginEnabled = 1;
|
$pluginEnabled = 1;
|
||||||
}
|
}
|
||||||
if ($pluginEnabled == 0) {
|
if ($pluginEnabled == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user