Merge branch 'master' into Bug37-Dmytro

Bug37-Dmytro^2
LAMASHEVSKYI DMYTRO 2021-12-01 09:22:55 +08:00
commit 6acac2dbc7
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) {