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

16 lines
No EOL
283 B
PHP

<?php
// generated Saturday 11th of April 2015 04:12:51 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkMW extends be_module {
public $searchname = 'Malawi';
public $searchlist = array(
array( '105234128000', '105235000000' )
);
}
?>