Show
Ignore:
Timestamp:
05/21/08 01:02:56 (7 months ago)
Author:
aarkerio
Message:

New Try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r491 r538  
    2424     $this->Auth->loginError     = 'Invalid e-mail / password combination. Please try again'; 
    2525     $this->Auth->authorize      = 'controller';   
    26      $this->Auth->autoRedirect   = true; 
    2726     $this->Auth->deny('*'); 
    2827    
    2928     $this->set('cU', $this->Auth->user());  // $cU current user array to use in the views if user logged in 
    3029 } 
    31    
     30  
    3231 public function msgFlash($msg, $to) 
    3332 {