Changeset 768f473 for app/Http/Controllers/SessionsController.php
- Timestamp:
- 06/12/24 20:14:25 (5 months ago)
- Branches:
- main
- Children:
- 69e9f5d
- Parents:
- 249bf91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/SessionsController.php
r249bf91 r768f473 42 42 Session::put('is_policeman', $policeman); 43 43 if($policeman){ 44 Session::put('p e_id', $exists[0]->p_id);44 Session::put('p_id', $exists[0]->p_id); 45 45 } else { 46 46 Session::put('pe_id', $exists[0]->pe_id);
Note:
See TracChangeset
for help on using the changeset viewer.