Changeset 2021
- Timestamp:
- 02/10/2008 11:51:12 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/controllers/auth.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/controllers/auth.php
r2015 r2021 15 15 } 16 16 17 function index()17 public function index() 18 18 { 19 19 // Display the install page … … 21 21 } 22 22 23 function create()23 public function create() 24 24 { 25 25 $form = new Forge(NULL, 'Create User'); … … 55 55 } 56 56 57 function login()57 public function login() 58 58 { 59 59 if ($this->session->get('user_id')) … … 95 95 } 96 96 97 function logout()97 public function logout() 98 98 { 99 99 // Load auth and log out
