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

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Change a domain type on the server. More...
 
if(! $dom->domains_type_update($name, $description, $target, $entry, $compatibility, $enable, $only_dns, $need_dns, $advanced, $create_tmpdir, $create_targetdir)) else
 

Variable Documentation

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"name" => array ("post", "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", "string", ""),
"need_dns" => array ("post", "string", ""),
"advanced" => array ("post", "string", ""),
"create_tmpdir" => array ("post", "string", ""),
"create_targetdir" => array ("post", "string", ""),
)

Change a domain type on the server.

Definition at line 33 of file adm_domstypedoedit.php.

◆ else

if (! $dom->domains_type_update( $name, $description, $target, $entry, $compatibility, $enable, $only_dns, $need_dns, $advanced, $create_tmpdir, $create_targetdir)) else
Initial value:
{
$msg->raise("INFO", "admin", _("Domain type is updated"))
$msg
Definition: bootstrap.php:75

Definition at line 50 of file adm_domstypedoedit.php.