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

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Validate and create a new account. More...
 
if($create_dom &&!empty($create_dom_list)) else
 
 exit
 

Variable Documentation

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"login" => array ("post", "string", ""),
"pass" => array ("post", "string", ""),
"passconf" => array ("post", "string", ""),
"canpass" => array ("post", "integer", ""),
"db_server_id" => array ("post", "integer", ""),
"notes" => array ("post", "string", ""),
"nom" => array ("post", "string", ""),
"prenom" => array ("post", "string", ""),
"nmail" => array ("post", "string", ""),
"type" => array ("post", "string", ""),
"create_dom_list" => array ("post", "string", ""),
"create_dom" => array ("post", "integer", 0),
"submit" => array ("post", "string", ""),
)

Validate and create a new account.

Definition at line 33 of file adm_doadd.php.

◆ else

if ( $create_dom &&!empty( $create_dom_list)) else
Initial value:
{
$dom_to_create = false

Definition at line 52 of file adm_doadd.php.

◆ exit