Fix validation of PmLicenseManager
This commit is contained in:
David Callizaya
2017-08-11 17:46:22 -04:00
parent 18ed3a12dd
commit 91e0f7dd94

View File

@@ -701,7 +701,7 @@ class SkinEngine
$freeOfChargeText = "";
if (! defined('SKIP_FREE_OF_CHARGE_TEXT'))
$freeOfChargeText = "Supplied free of charge with no support, certification, warranty, maintenance nor indemnity by ProcessMaker and its Certified Partners.";
if(file_exists(PATH_CLASSES."class.pmLicenseManager.php")) $freeOfChargeText="";
if(file_exists(PATH_CLASSES."PmLicenseManager.php")) $freeOfChargeText="";
$fileFooter = PATH_SKINS . SYS_SKIN . PATH_SEP . 'footer.html';
if (file_exists($fileFooter)) {