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
373 B
PHP
18 lines
No EOL
373 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:13:24 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkTZ extends be_module {
|
|
public $searchname = 'Tanzania';
|
|
public $searchlist = array(
|
|
array( '156156000000', '156158000000' ),
|
|
array( '188164032000', '188164064000' ),
|
|
array( '197250000000', '197251000000' )
|
|
);
|
|
}
|
|
|
|
?>
|