芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/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.', 'better-wp-security' ); } public function __toString() { return $this->host; } }