02-20-2018, 02:08 PM
h@,
join.php, rows 265-267: *lines edited*
Thus registration is not logged.
I changed to:
and registration is logged.
bra
join.php, rows 265-267: *lines edited*
Code:
Redirect::to($us_url_root.'users/joinThankYou.php');
Code:
if($act==1) logger($theNewId,"User","Registration completed and verification email sent.");
Code:
if($act==0) logger($theNewId,"User","Registration completed.");
Thus registration is not logged.
I changed to:
Code:
if($act==1) logger($theNewId,"User","Registration completed and verification email sent.");
Code:
if($act==0) logger($theNewId,"User","Registration completed.");
Code:
Redirect::to($us_url_root.'users/joinThankYou.php');
and registration is logged.
bra