whoami7 - Manager
:
/
home
/
techyfnq
/
public_html
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Util
/
Upload File:
files >> //home/techyfnq/public_html/wp-content/plugins/mailpoet/lib/Util/SecondLevelDomainNames.php
<?php namespace MailPoet\Util; if (!defined('ABSPATH')) exit; class SecondLevelDomainNames { public function get($host) { if (preg_match('/[^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$/', $host, $matches)) { return $matches[0]; } return $host; } }
Copyright ©2021 || Defacer Indonesia