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

16 lines
No EOL
281 B
PHP

<?php
// generated Saturday 11th of April 2015 04:12:46 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkML extends be_module {
public $searchname = 'Mali';
public $searchlist = array(
array( '197155152000', '197155160000' )
);
}
?>