Ignore:
Timestamp:
10/14/11 17:54:42 (14 years ago)
Author:
fpvanagthoven
Message:

Login works good. Mainmenu looks visually the same now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/cakephp/app/app_controller.php

    r126 r127  
    5050        $this->Auth->loginError = "This message shows up when the wrong credentials are used";
    5151        $this->Auth->authError = "Please log in first.";
    52 //        $this->Auth->loginRedirec
    5352        $this->Auth->logoutRedirect = array('controller' => 'pages', 'action' => 'home');
    5453    }
Note: See TracChangeset for help on using the changeset viewer.