mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-05-27 02:04:00 +08:00
17 lines
No EOL
327 B
PHP
17 lines
No EOL
327 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:12:31 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkJE extends be_module {
|
|
public $searchname = 'Jersey';
|
|
public $searchlist = array(
|
|
array( '081020177000', '081020178000' ),
|
|
array( '081020185000', '081020186000' )
|
|
);
|
|
}
|
|
|
|
?>
|