mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-16 15:28:12 -04:00
For #3741. Manual migration of commits from master to branch through April 22, 2023.
This commit is contained in:
1 parent
3c931a91e7
commit
e7218b2904
5 files changed
+7
-7
No files matched your search
@@ -30,7 +30,7 @@ class Secure_Controller extends BaseController
|
||||
|
||||
if(!$this->employee->is_logged_in())
|
||||
{
|
||||
return redirect()->to('login');
|
||||
header("Location:".base_url('login'));
|
||||
}
|
||||
|
||||
$logged_in_employee_info = $this->employee->get_logged_in_employee_info();
|
||||
|
||||
Reference in new issue
Block a user