mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-13 21:11:05 +08:00
16 lines
No EOL
289 B
PHP
16 lines
No EOL
289 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:12:01 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkCK extends be_module {
|
|
public $searchname = 'Cook Islands';
|
|
public $searchlist = array(
|
|
array( '202065032000', '202065064000' )
|
|
);
|
|
}
|
|
|
|
?>
|