- Timestamp:
- Oct 31, 2014 11:14:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/home.php
r357 r360 11 11 public function index () 12 12 { 13 13 14 $admin_info = $this->session->userdata('adminInfo'); 14 15 if ($admin_info) … … 23 24 public function login() 24 25 { 26 25 27 $username = $this->input->post('user_admin'); 26 28 $password = $this->input->post('password');
Note: See TracChangeset
for help on using the changeset viewer.