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

Go to the source code of this file.

Variables

 $fields
 Edit a subdomain parameters. More...
 
 $dynamicvar ="t_$type"
 
 $httpsvar ="https_$type"
 
 $value =$$dynamicvar
 
 $https =$$httpsvar
 
 $dt =$dom->domains_type_lst()
 
 $r =$dom->set_sub_domain($domain, $sub, $type, $value, $sub_domain_id, $https)
 
if(! $r) else
 
 $noread =false
 
 exit
 

Variable Documentation

◆ $dt

$dt =$dom->domains_type_lst()

Definition at line 50 of file dom_subdoedit.php.

◆ $dynamicvar

$dynamicvar ="t_$type"

Definition at line 37 of file dom_subdoedit.php.

◆ $fields

$fields
Initial value:
= array (
"domain" => array ("post", "string", ""),
"sub" => array ("post", "string", ""),
"type" => array ("post", "string", $dom->type_local),
"sub_domain_id" => array ("post", "integer", 0),
)
$dom
Definition: whois_test.php:10

Edit a subdomain parameters.

Definition at line 28 of file dom_subdoedit.php.

◆ $https

$https =$$httpsvar

Definition at line 45 of file dom_subdoedit.php.

Referenced by m_dom\clean_https_value(), and m_dom\set_sub_domain().

◆ $httpsvar

$httpsvar ="https_$type"

Definition at line 38 of file dom_subdoedit.php.

◆ $noread

$noread =false

Definition at line 74 of file dom_subdoedit.php.

◆ $r

$r =$dom->set_sub_domain($domain, $sub, $type, $value, $sub_domain_id, $https)

Definition at line 58 of file dom_subdoedit.php.

◆ $value

◆ else

if (! $r) else
Initial value:
{
$t = time()
foreach($domaines_user as $domaine) $t

Definition at line 71 of file dom_subdoedit.php.

◆ exit

exit

Definition at line 79 of file dom_subdoedit.php.