From 29349fc2799b831d654213c46a3458d9cc21d53e Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Thu, 21 Feb 2013 17:18:35 -0800 Subject: [PATCH] Fixed link Not email sends correct link --- iforgot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iforgot.php b/iforgot.php index 1d3be06..521ee57 100644 --- a/iforgot.php +++ b/iforgot.php @@ -45,7 +45,7 @@ $message = 'An email was sent to '.$user['email'].' with instructions on how to reset your password. Visit WebMail'; $page->setMessage($message, 'success'); //mail; - $link = WEBSITE.'recover.php?ucinetid='.$ucinetid.'&secret='.$secret; + $link = WEBSITE.'/recover.php?ucinetid='.$ucinetid.'&secret='.$secret; $to = $user['email']; $subject = 'Forgot your password?'; $body = '

Hi '.$user['name'].',