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

Go to the source code of this file.

Variables

 if (! $admin->enabled)
 Form to update a domain type on the server. More...
 
 $fields
 
 $d =$dom->domains_type_get($name)
 

Variable Documentation

◆ $d

$d =$dom->domains_type_get($name)

Definition at line 51 of file adm_domstypeedit.php.

◆ $fields

$fields
Initial value:
= array (
"name" => array ("request", "string", ""),
"description" => array ("post", "string", ""),
"target" => array ("post", "string", ""),
"entry" => array ("post", "string", ""),
"compatibility" => array ("post", "string", ""),
"enable" => array ("post", "string", ""),
"only_dns" => array ("post", "boolean", ""),
"need_dns" => array ("post", "boolean", ""),
"advanced" => array ("post", "boolean", ""),
"create_tmpdir" => array ("post", "boolean", ""),
"create_targetdir" => array ("post", "boolean", ""),
)

Definition at line 35 of file adm_domstypeedit.php.

◆ if

if(! $msg->has_msgs("ERROR")) ( ! $admin->  enabled)

Form to update a domain type on the server.

Definition at line 27 of file adm_domstypeedit.php.