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
441 B
PHP
19 lines
No EOL
441 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:13:28 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkVC extends be_module {
|
|
public $searchname = 'Saint Vincent and the Grenadines';
|
|
public $searchlist = array(
|
|
array( '162212210000', '162212212000' ),
|
|
array( '199192224000', '199192226000' ),
|
|
array( '207191240000', '207191248000' ),
|
|
array( '208084200000', '208084208000' )
|
|
);
|
|
}
|
|
|
|
?>
|