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

16 lines
No EOL
284 B
PHP

<?php
// generated Saturday 11th of April 2015 04:12:53 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkNA extends be_module {
public $searchname = 'Namibia';
public $searchlist = array(
array( '197234071136', '197234071144' )
);
}
?>