mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-14 21:16:59 +08:00
17 lines
No EOL
327 B
PHP
17 lines
No EOL
327 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:13:07 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkRW extends be_module {
|
|
public $searchname = 'Rwanda';
|
|
public $searchlist = array(
|
|
array( '105178000000', '105180000000' ),
|
|
array( '197243000000', '197243128000' )
|
|
);
|
|
}
|
|
|
|
?>
|