mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-13 21:11:05 +08:00
21 lines
No EOL
516 B
PHP
21 lines
No EOL
516 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:11:43 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkAG extends be_module {
|
|
public $searchname = 'Antigua and Barbuda';
|
|
public $searchlist = array(
|
|
array( '069050064000', '069050080000' ),
|
|
array( '076076160000', '076076192000' ),
|
|
array( '162222084000', '162222088000' ),
|
|
array( '192064120000', '192064124000' ),
|
|
array( '199016056000', '199016060000' ),
|
|
array( '208083080000', '208083088000' )
|
|
);
|
|
}
|
|
|
|
?>
|