Merge branch 'Bug37-Dmytro' of http://121.4.94.30:3000/mrlan/LRR into Bug37-Dmytro

Bug37-Dmytro
Dmytro Lamashevski 2022-06-16 12:28:24 +02:00
commit b5bdfa4b03
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ if (!empty($_POST["frm_signup_2"])) {
$_SESSION['user_fullname'] = $fullname;
$_SESSION['user_type'] = "Student";
$_SESSION['user_email'] = $email;
$_SESSION['user_student_id'] = $student_id;
// check confirmed password
if (strcasecmp($password, $confirmpassword) != 0) {