Skip to content

Commit

Permalink
Update Welcome.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 1, 2024
1 parent 550a53e commit 3f6ca20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/controllers/Welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public function index()
redirect('auth/login');
} else if ($this->ion_auth->is_admin())
{
redirect('admin');
//redirect('admin');
redirect('inspection');
} else if ($this->ion_auth->in_group('managers'))
{
redirect('manage');
Expand Down

0 comments on commit 3f6ca20

Please sign in to comment.