Added the line that have been deleted

in the last pull request, I made there was a line of code that have been accidentally deleted from script.php page, I added it back to there.
master
AL BOROM WARD 2021-11-24 02:55:08 +08:00
parent 54ac24b073
commit eea3e14c8f
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) {