Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lechiluan committed Apr 17, 2023
1 parent d67cbe4 commit a120e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class="text fullWidth" placeholder="Password" autocomplete="off">
$_SESSION['staff_id'] = $row['StaffID'];
$_SESSION['full_name'] = $row['FullName'];
$_SESSION['email'] = $row['Email'];
$_SESSION['phone'] = $row['Phone'];
$_SESSION['role_id'] = $row['RoleID'];
$_SESSION['department_id'] = $row['DepartmentID'];
$_SESSION['login'] = true;
Expand Down

0 comments on commit a120e55

Please sign in to comment.