mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-13 21:11:05 +08:00
17 lines
No EOL
334 B
PHP
17 lines
No EOL
334 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:12:54 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkNC extends be_module {
|
|
public $searchname = 'New Caledonia';
|
|
public $searchlist = array(
|
|
array( '175158128000', '175158192000' ),
|
|
array( '203147064000', '203147065000' )
|
|
);
|
|
}
|
|
|
|
?>
|