8 lines
246 B
PHP
8 lines
246 B
PHP
|
<?php
|
||
|
$auth_methods = Array
|
||
|
(
|
||
|
Array ('module' => 'host_tld', 'method' => 'whois'),
|
||
|
Array ('module' => 'host_tld', 'method' => 'whois_transfer'),
|
||
|
Array ('module' => 'host_tld', 'method' => 'whois_mass')
|
||
|
);
|
||
|
?>
|