Changeset 127 for Dev/branches/cakephp/app/app_controller.php
- Timestamp:
- 10/14/11 17:54:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/cakephp/app/app_controller.php
r126 r127 50 50 $this->Auth->loginError = "This message shows up when the wrong credentials are used"; 51 51 $this->Auth->authError = "Please log in first."; 52 // $this->Auth->loginRedirec53 52 $this->Auth->logoutRedirect = array('controller' => 'pages', 'action' => 'home'); 54 53 }
Note: See TracChangeset
for help on using the changeset viewer.