Ignore:
Timestamp:
Oct 28, 2014 10:18:42 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/controllers/home.php

    r319 r321  
    1616                parent::__construct();
    1717                $this->load->helper('cookie');
    18                 $this->load->library('session');
    1918        }
    2019
     
    2625                        redirect('/frontend/lecture');
    2726                }else{
    28                         $this->load->view ( 'frontend-index');
     27                        $this->load->view ( 'home');
    2928                        if (isset($_POST['submit'])){
    3029                                $this->signin();
    31                                
    3230                        }
    3331                }
Note: See TracChangeset for help on using the changeset viewer.