mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-13 21:11:05 +08:00
18 lines
No EOL
371 B
PHP
18 lines
No EOL
371 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:13:33 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkZM extends be_module {
|
|
public $searchname = 'Zambia';
|
|
public $searchlist = array(
|
|
array( '197212000000', '197213000000' ),
|
|
array( '197220012000', '197220014000' ),
|
|
array( '197220192000', '197221000000' )
|
|
);
|
|
}
|
|
|
|
?>
|