芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/lib/ban-hosts/Chain_Source.php
sources = $sources; } public function find_ban_for_host( $host ) { foreach ( $this->sources as $source ) { if ( $ban = $source->find_ban_for_host( $host ) ) { return $ban; } } return null; } }