reSIProcate/repro  9694
Variables
updateemail.php File Reference

Go to the source code of this file.

Variables

 $result = checkCookies($forceLogin,$error,FALSE)
if(!($result)||$forceLogin) $username = $_COOKIE['user']
if(!isset($_POST['newemail'])) $newEmail = $_POST['newemail']
verify requested change
verify requested and update email Author

Variable Documentation

if (!isset($_POST['newemail'])) $newEmail = $_POST['newemail']

Definition at line 42 of file updateemail.php.

$result = checkCookies($forceLogin,$error,FALSE)

Definition at line 6 of file updateemail.php.

if (!($result)||$forceLogin) $username = $_COOKIE['user']

Definition at line 16 of file updateemail.php.

verify requested and update email Author

Definition at line 54 of file updateemail.php.

verify requested change

Definition at line 54 of file updateemail.php.