Changeset 321 for pro-violet-viettel/sourcecode/application
- Timestamp:
- Oct 28, 2014 10:18:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/home.php
r319 r321 16 16 parent::__construct(); 17 17 $this->load->helper('cookie'); 18 $this->load->library('session');19 18 } 20 19 … … 26 25 redirect('/frontend/lecture'); 27 26 }else{ 28 $this->load->view ( ' frontend-index');27 $this->load->view ( 'home'); 29 28 if (isset($_POST['submit'])){ 30 29 $this->signin(); 31 32 30 } 33 31 }
Note: See TracChangeset
for help on using the changeset viewer.