Ignore:
Timestamp:
Oct 27, 2014 9:40:17 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r318 r319  
    2626                        redirect('/frontend/lecture');
    2727                }else{
    28                         $this->load->view ( 'home');
     28                        $this->load->view ( 'frontend-index');
    2929                        if (isset($_POST['submit'])){
    3030                                $this->signin();
     
    4848                $this->load->model(array('user_model'));
    4949                $data = $this->user_model->checkLogin('violet', $token, $username, $password);
     50                echo $data;
    5051                $arr_users = explode("&", $data);
    5152                $str_status = "";
     
    8081                                break;
    8182                        case 2:
    82                                 echo "Sai username hoặc password !";
    83                                 break;
    8483                        case 3:
    8584                                echo "Sai username hoặc password !";
Note: See TracChangeset for help on using the changeset viewer.