mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-14 21:16:59 +08:00
18 lines
No EOL
371 B
PHP
18 lines
No EOL
371 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:11:57 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkBZ extends be_module {
|
|
public $searchname = 'Belize';
|
|
public $searchlist = array(
|
|
array( '031220000000', '031220004000' ),
|
|
array( '191097080000', '191097088000' ),
|
|
array( '200123208000', '200123216000' )
|
|
);
|
|
}
|
|
|
|
?>
|