From 24cabe23ae0235e88f6501a7bf618d9e7e4e5d40 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Wed, 30 Jan 2013 11:51:01 -0800 Subject: [PATCH] fixed link bug would go to recover.php instead of /recover.php --- register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register.php b/register.php index ae30129..70ca8c3 100644 --- a/register.php +++ b/register.php @@ -151,7 +151,7 @@ //associate barcode $barcode->associate($user['ucinetid']); //mail; - $link = WEBSITE.'recover.php?ucinetid='.$user['ucinetid'].'&secret='.$secret; + $link = WEBSITE.'/recover.php?ucinetid='.$user['ucinetid'].'&secret='.$secret; $to = $user['email']; $subject = 'Setup your Password'; $body = '

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