thelatinodancer
Member
- Sep 30, 2019
- 45
- 4
- 8
public function validatePackage($package)
{
if (strpos($package, '-') === false) return true;
if ($this->_application->getPlatform()->getOption($option_name = md5(site_url() . $package), false)) {
if (($last_ts = $this->application->getPlatform()->getOption('' . $option_name))
&& $last_ts > time() - 604800 // last attempt is less than a week old
) return true;
is this nulled version? do i need to change anything in here?
{
if (strpos($package, '-') === false) return true;
if ($this->_application->getPlatform()->getOption($option_name = md5(site_url() . $package), false)) {
if (($last_ts = $this->application->getPlatform()->getOption('' . $option_name))
&& $last_ts > time() - 604800 // last attempt is less than a week old
) return true;
is this nulled version? do i need to change anything in here?