Skip to content

Commit

Permalink
fixed link bug
Browse files Browse the repository at this point in the history
would go to recover.php instead of /recover.php
  • Loading branch information
seantomburke committed Jan 30, 2013
1 parent 3a92865 commit 24cabe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ' <p>Hi '.$user['name'].',</p>
Expand Down

0 comments on commit 24cabe2

Please sign in to comment.