Show
Ignore:
Timestamp:
02/22/08 17:22:12 (11 months ago)
Author:
aarkerio
Message:

COntyroller to 1.2 cake version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/users_controller.php

    r246 r247  
    327327     $this->redirect($this->Auth->logout()); 
    328328 } 
    329  
     329 public function admin_login()  
     330 { 
     331    $this->redirect('/users/login');  
     332 } 
    330333 public function register() 
    331334 {