mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-14 21:16:59 +08:00
19 lines
No EOL
416 B
PHP
19 lines
No EOL
416 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:12:31 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkJM extends be_module {
|
|
public $searchname = 'Jamaica';
|
|
public $searchlist = array(
|
|
array( '072027000000', '072027128000' ),
|
|
array( '072027192000', '072027224000' ),
|
|
array( '074116056000', '074116060000' ),
|
|
array( '184170000000', '184170064000' )
|
|
);
|
|
}
|
|
|
|
?>
|