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

17 lines
No EOL
326 B
PHP

<?php
// generated Saturday 11th of April 2015 04:12:42 PM
if ( !defined( 'ABSPATH' ) ) {
status_header( 404 );
exit;
}
class chkLY extends be_module {
public $searchname = 'Libya';
public $searchlist = array(
array( '005063000000', '005063004000' ),
array( '062068032000', '062068064000' )
);
}
?>