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

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Show the form used to update users' quotas. More...
 
 $us =$admin->get($uid)
 
 $r =$quota->getquota()
 
 $ql =$quota->qlist()
 

Variable Documentation

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"uid" => array ("request", "integer", 0),
)

Show the form used to update users' quotas.

Definition at line 36 of file adm_quotaedit.php.

◆ $ql

$ql =$quota->qlist()

Definition at line 61 of file adm_quotaedit.php.

Referenced by m_quota\addquotas().

◆ $r

$r =$quota->getquota()

Definition at line 44 of file adm_quotaedit.php.

◆ $us

$us =$admin->get($uid)

Definition at line 41 of file adm_quotaedit.php.