mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-13 21:11:05 +08:00
22 lines
No EOL
545 B
PHP
22 lines
No EOL
545 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:12:13 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkFJ extends be_module {
|
|
public $searchname = 'Fiji';
|
|
public $searchlist = array(
|
|
array( '043245056000', '043245060000' ),
|
|
array( '113020064000', '113020096000' ),
|
|
array( '119235065000', '119235096000' ),
|
|
array( '144120000000', '144121000000' ),
|
|
array( '202062112000', '202062128000' ),
|
|
array( '202151016000', '202151032000' ),
|
|
array( '210007000000', '210007032000' )
|
|
);
|
|
}
|
|
|
|
?>
|