- Timestamp:
- Jan 27, 2015 10:53:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/home.php
r636 r707 47 47 48 48 public function logout() { 49 $this->session->sess_destroy(); 49 //$this->session->sess_destroy(); 50 $this->session->unset_userdata('adminInfo'); 50 51 redirect("/admin/home"); 51 52 }
Note: See TracChangeset
for help on using the changeset viewer.