Changeset 247 for trunk/app/controllers/users_controller.php
- Timestamp:
- 02/22/08 17:22:12 (11 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/users_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/users_controller.php
r246 r247 327 327 $this->redirect($this->Auth->logout()); 328 328 } 329 329 public function admin_login() 330 { 331 $this->redirect('/users/login'); 332 } 330 333 public function register() 331 334 {
