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

17 lines
No EOL
338 B
PHP

<?php
// generated Saturday 11th of April 2015 04:12:21 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkGQ extends be_module {
public $searchname = 'Equatorial Guinea';
public $searchlist = array(
array( '105235224000', '105235240000' ),
array( '197214064000', '197214080000' )
);
}
?>