Test Husky pre-commit hook.
This commit is contained in:
parent
becb0bf5ca
commit
75ff32ac2d
|
@ -10,6 +10,9 @@ class Forms extends CI_Controller
|
|||
// If not logged in, redirect to login page
|
||||
redirect('users/login');
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Load the model that handles the form data
|
||||
$this->load->model('preview_model');
|
||||
|
||||
|
|
Loading…
Reference in New Issue