Elgg
Version 1.11
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
$username = get_input('username') | |
$password = get_input('password', null, false) | |
$password2 = get_input('password2', null, false) | |
$email = get_input('email') | |
$name = get_input('name') | |
$admin = get_input('admin') | |
if(is_array($admin)) if($username==''|| $password==''|| $password2==''|| $email==''|| $name=='') if(strcmp($password, $password2) !=0) | try |
if($guid) | else |
$admin = get_input('admin') |
Definition at line 18 of file useradd.php.
Definition at line 15 of file useradd.php.
Definition at line 16 of file useradd.php.
$password = get_input('password', null, false) |
Definition at line 13 of file useradd.php.
$password2 = get_input('password2', null, false) |
Definition at line 14 of file useradd.php.
$username = get_input('username') |
Definition at line 12 of file useradd.php.
if ( $guid) else |
Definition at line 62 of file useradd.php.
if (is_array( $admin)) if ( $username==''||$password==''||$password2==''||$email==''||$name=='') if (strcmp( $password, $password2) !=0) try |
Definition at line 35 of file useradd.php.