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'].',