Go to the source code of this file.
Namespaces | |
| FDL | |
Variables | |
| global | $_POST |
| if ($_POST["login"]=="") | |
| $CoreNull = "" | |
| $core = new Application() | |
| $action = new Action() | |
| $core | user = new Account() |
| if(!$core->user->isAffected()) if($_POST["passwd1"]!=$_POST["passwd2"]) if($_POST["passwd1"]=="") $core user | password_new = stripslashes($_POST["passwd1"]) |
| $core user | expires = 0 |
| global | $_SERVER |
| exit | |
| global $_POST |
Definition at line 17 of file chgpasswd.php.
| global $_SERVER |
Definition at line 58 of file chgpasswd.php.
| $action = new Action() |
Definition at line 35 of file chgpasswd.php.
| $core = new Application() |
Definition at line 33 of file chgpasswd.php.
| $CoreNull = "" |
Definition at line 32 of file chgpasswd.php.
| exit |
Definition at line 61 of file chgpasswd.php.
| $core user expires = 0 |
Definition at line 55 of file chgpasswd.php.
| if |
Definition at line 19 of file chgpasswd.php.
| if (!$core->user->isAffected()) if ($_POST["passwd1"]!=$_POST["passwd2"]) if ($_POST["passwd1"]=="") $core user password_new = stripslashes($_POST["passwd1"]) |
Definition at line 54 of file chgpasswd.php.
| $core user = new Account() |
Definition at line 38 of file chgpasswd.php.