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

16 lines
No EOL
282 B
PHP

<?php
// generated Saturday 11th of April 2015 04:12:18 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkGH extends be_module {
public $searchname = 'Ghana';
public $searchlist = array(
array( '197251128000', '197251224000' )
);
}
?>