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

Go to the source code of this file.

Variables

 $fields
 Import of DNS informations from an existing zone, transformation into AlternC's system zone. More...
 
 $domain =trim($domain)
 
 if (!empty( $zone) &&empty( $domain))
 

Variable Documentation

◆ $domain

◆ $fields

$fields
Initial value:
= array (
"domain" => array ("post", "string", ""),
"zone" => array ("post", "string", ""),
"save" => array ("post", "integer", "0"),
"detect_redirect" => array ("post", "integer", "0"),
)

Import of DNS informations from an existing zone, transformation into AlternC's system zone.

Definition at line 29 of file dom_import.php.

◆ if

if(!empty($zone) &&empty($domain)) ( empty $zone) &&empty( $domain)

Definition at line 44 of file dom_import.php.