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