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

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Show the list of all accounts on AlternC, or those created by a subadmin allow to impersonate, edit the account, change the quotas. More...
 
if($short !=-1) $subadmin = variable_get("subadmin_restriction", 0)
 
if($pattern && $pattern_type) else
 
 $list_creators = $admin->get_creator_list()
 
 if ( $subadmin==1||$cuid==2000)
 
if($mem->user["admlist"]==0) if ( $mem->user["admlist"]==1)
 

Variable Documentation

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array(
"show" => array("request", "string", ""),
"creator" => array("request", "integer", 0),
"short" => array("request", "integer", -1),
"pattern" => array("request", "string", "*"),
"pattern_type" => array("request", "string", "login"),
)

Show the list of all accounts on AlternC, or those created by a subadmin allow to impersonate, edit the account, change the quotas.

Definition at line 37 of file adm_list.php.

◆ $list_creators

$list_creators = $admin->get_creator_list()

Definition at line 110 of file adm_list.php.

◆ $subadmin

if ( $short !=-1) $subadmin = variable_get("subadmin_restriction", 0)

Definition at line 54 of file adm_list.php.

◆ else

if ( $pattern &&$pattern_type) else
Initial value:
{
$accountList = FALSE

Definition at line 69 of file adm_list.php.

◆ if [1/2]

if ( $mem->user["admlist"]==0) if($mem->user["admlist"]==1) (   $mem->["admlist"] = = 1)

Definition at line 234 of file adm_list.php.

◆ if [2/2]

if($subadmin==1|| $cuid==2000) (   $subadmin = = 1 || $cuid == 2000)

Definition at line 112 of file adm_list.php.