diff options
Diffstat (limited to 'application/controllers/user.php')
-rw-r--r-- | application/controllers/user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/user.php b/application/controllers/user.php index add6e8bdc..ef79baa78 100644 --- a/application/controllers/user.php +++ b/application/controllers/user.php @@ -36,6 +36,7 @@ class User extends CI_Controller { function login() { + $this->muser->require_session(); $this->session->keep_flashdata("uri"); if ($this->input->post('process')) { |