芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/core/lib/ban-hosts/Legacy_Ban.php
host = $host; } public function matches( $ip ) { return \ITSEC_Lib_IP_Tools::intersect( $ip, $this->host ); } public function get_created_at() { return null; } public function get_created_by() { return null; } public function get_comment() { return __( 'Dynamic ban added with the deprecated itsec_filter_blacklisted_ips filter.', 'it-l10n-ithemes-security-pro' ); } public function __toString() { return $this->host; } }