Test Husky pre-commit hook.
This commit is contained in:
parent
9d10e9476d
commit
31bce137e3
|
@ -13,11 +13,14 @@ class Form extends CI_Controller
|
|||
parent::__construct();
|
||||
$this->load->model('Form_model');
|
||||
}
|
||||
|
||||
public function submit()
|
||||
{
|
||||
if (!$this->session->userdata('logged_in')) {
|
||||
// If not logged in, redirect to login page
|
||||
redirect('users/login');
|
||||
}
|
||||
|
||||
$form_data = json_decode($this->input->raw_input_stream, true);
|
||||
$this->load->model('Form_model');
|
||||
|
||||
|
|
Loading…
Reference in New Issue