Initial Commit of AgileBill Open Source
This commit is contained in:
8
modules/host_tld/auth.inc.php
Normal file
8
modules/host_tld/auth.inc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$auth_methods = Array
|
||||
(
|
||||
Array ('module' => 'host_tld', 'method' => 'whois'),
|
||||
Array ('module' => 'host_tld', 'method' => 'whois_transfer'),
|
||||
Array ('module' => 'host_tld', 'method' => 'whois_mass')
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user