mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-05-27 02:04:00 +08:00
19 lines
No EOL
425 B
PHP
19 lines
No EOL
425 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:13:00 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkPG extends be_module {
|
|
public $searchname = 'Papua New Guinea';
|
|
public $searchlist = array(
|
|
array( '103009226000', '103009227000' ),
|
|
array( '103014088000', '103014092000' ),
|
|
array( '103016156000', '103016160000' ),
|
|
array( '103232142000', '103232144000' )
|
|
);
|
|
}
|
|
|
|
?>
|