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

19 lines
No EOL
441 B
PHP

<?php
// generated Saturday 11th of April 2015 04:11:59 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkCD extends be_module {
public $searchname = 'Democratic Republic of the Congo';
public $searchlist = array(
array( '083229064000', '083229128000' ),
array( '193110104000', '193110106000' ),
array( '217171084000', '217171085000' ),
array( '217171087000', '217171088000' )
);
}
?>