PM-921 Installer for community distribution.

Marker added in files with licensed features.
This commit is contained in:
norahmollo
2014-11-24 11:06:28 -04:00
parent e77edf413e
commit d6fedf2d2d
6 changed files with 34 additions and 10 deletions

View File

@@ -1717,11 +1717,13 @@ class workspaceTools
$this->initPropel( true );
G::LoadClass("enterprise");
$licensedFeatures = & PMLicensedFeatures::getSingleton();
/*----------------------------------********---------------------------------*/
if ($licensedFeatures->verifyfeature('95OY24wcXpEMzIyRmlNSnF0STNFSHJzMG9wYTJKekpLNmY2ZmRCeGtuZk5oUDloaUNhUGVjTDJBPT0=')) {
enterpriseClass::setHashPassword($response);
} else {
return false;
}
/*----------------------------------********---------------------------------*/
return true;
}