be safe the execution stopps in case the redirect fails

This commit is contained in:
HB9HIL
2026-03-16 15:56:25 +01:00
parent ae99295777
commit 180edac244

View File

@@ -297,5 +297,6 @@ class Header_auth extends CI_Controller {
}
$this->session->set_flashdata('error', $message);
redirect('user/login');
die;
}
}