Alternc  latest
Alternc logiel libre pour l'hébergement
dom_add.php File Reference

Go to the source code of this file.

Variables

 $fields
 Form to add a new domain to an AlternC's account. More...
 
 if (! $quota->cancreate("dom"))
 
 $q = $quota->getquota("dom")
 
 $dl =$dom->get_domain_list($cuid)
 

Variable Documentation

◆ $dl

$dl =$dom->get_domain_list($cuid)

Definition at line 61 of file dom_add.php.

Referenced by m_admin\checkalldom().

◆ $fields

$fields
Initial value:
= array (
"newdomain" => array ("post", "string", ""),
"yndns" => array ("post", "integer", 0),
"newisslave" => array ("post", "integer", 0),
"slavedom" => array ("post", "string", ""),
)

Form to add a new domain to an AlternC's account.

Definition at line 30 of file dom_add.php.

◆ $q

$q = $quota->getquota("dom")

Definition at line 60 of file dom_add.php.

◆ if

if(is_array($dom->dns)) ( ! $quota->  cancreate"dom")

Definition at line 44 of file dom_add.php.