X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2Femailpassword.php;h=93feca721f767680039e71863c05688b79676f3f;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=50be758072172c4dd774931f3d191874fd0fa06d;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/maps/php/emailpassword.php b/maps/php/emailpassword.php index 50be758..93feca7 100755 --- a/maps/php/emailpassword.php +++ b/maps/php/emailpassword.php @@ -35,7 +35,7 @@ $email = $row [email]; $password = $row [password]; $subject = "Your MAPS Password"; -// Decode password +// Decode password $statement = "select decode(\"$password\",\"$userid\")"; $result = mysql_query ($statement); @@ -53,7 +53,7 @@ $message = "

Your MAPS Password is $decoded_password

-

Click here to login to MAPS. +

Click here to login to MAPS. "; @@ -78,8 +78,7 @@ $mailed = mail($to, $subject, $message, $headers);

-

- MAPS Password Retrieval

+

Password Retrieval