Ignore:
Timestamp:
Oct 31, 2014 11:14:19 AM (11 years ago)
Author:
quyenla
Message:

collaborator

File:
1 edited

Legend:

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

    r357 r360  
    1111        public function index ()
    1212        {
     13           
    1314                $admin_info = $this->session->userdata('adminInfo');
    1415                if ($admin_info)
     
    2324        public function login()
    2425        {
     26           
    2527                $username = $this->input->post('user_admin');
    2628                $password = $this->input->post('password');
Note: See TracChangeset for help on using the changeset viewer.