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

Go to the source code of this file.

Variables

 if (! $admin->enabled)
 List domains on the server and their DNS / Vhost compatibility. More...
 
 $fields
 
 $forcecheck =$force
 
 $c =$admin->dom_list(true,$forcecheck)
 
 for ( $i=0; $i< count( $c); $i++)
 

Variable Documentation

◆ $c

$c =$admin->dom_list(true,$forcecheck)

Definition at line 50 of file adm_doms.php.

◆ $fields

$fields
Initial value:
= array (
"force" => array ("get", "integer", "0"),
)

Definition at line 41 of file adm_doms.php.

◆ $forcecheck

$forcecheck =$force

Definition at line 49 of file adm_doms.php.

Referenced by m_admin\dom_list().

◆ for

for($i=0;$i< count($c);$i++) ( )

Definition at line 70 of file adm_doms.php.

◆ if

if(! $admin->enabled) ( ! $admin->  enabled)

List domains on the server and their DNS / Vhost compatibility.

Definition at line 28 of file adm_doms.php.