Changeset 5372778 for app/Http/Controllers/SessionsController.php
- Timestamp:
- 08/26/24 14:20:34 (3 months ago)
- Branches:
- main
- Children:
- 3c89e27
- Parents:
- 8a258ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/SessionsController.php
r8a258ab r5372778 54 54 if ($this->verifyPassword($password, $value, $value2)) { 55 55 // Authentication passed 56 Session::put('auth', true); 56 57 Session::put('badge_no', $badge_no); 57 58 Session::put('is_policeman', $policeman);
Note:
See TracChangeset
for help on using the changeset viewer.