芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/system/Module/AbstractLicensedModule.php
RequireModule('Licensing'); } public function isValid() { if (!isset($this->isValid)) { $oLicensing = \Aurora\System\Api::GetModule('Licensing'); $this->isValid = $oLicensing ? ($oLicensing->Validate(self::GetName()) && $oLicensing->ValidatePeriod(self::GetName())) : false; /** @phpstan-ignore-line */ } return $this->isValid; } }