stop-spammers-classic/modules/countries/chkPW.php
2025-09-13 16:55:35 -06:00

16 lines
No EOL
282 B
PHP

<?php
// generated Saturday 11th of April 2015 04:13:04 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkPW extends be_module {
public $searchname = 'Palau';
public $searchlist = array(
array( '103251132000', '103251134000' )
);
}
?>