%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Util/License/ |
Current File : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Util/License/License.php |
<?php namespace MailPoet\Util\License; class License { static function getLicense($license = false) { if(!$license) { $license = defined('MAILPOET_PREMIUM_LICENSE') ? MAILPOET_PREMIUM_LICENSE : false; } return $license; } }