Changeset 335 for trunk/app/app_controller.php
- Timestamp:
- 03/24/08 13:21:51 (8 months ago)
- Location:
- trunk/app
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app
-
Property
svn:ignore set
to
webroot/img/imgusers/
-
Property
svn:ignore set
to
-
trunk/app/app_controller.php
r333 r335 20 20 $this->Auth->loginError = 'Invalid e-mail / password combination. Please try again'; 21 21 $this->Auth->authorize = 'controller'; 22 $this->Auth->allow( array('view', 'display', 'subscribe', 'recover', 'reply', 'register', 'insert', 'vote', 'entry', 'download', 'blog','portfolio', 'about', 23 'message', 'search', 'directory', 'bloggers', 'add', 'rss', 'discussion') ); 22 $this->Auth->allow( array('view', 'display', 'subscribe', 'recover', 'reply', 'register', 'insert', 'vote', 'entry', 'download', 'blog','portfolio', 'about', 'signup', 'message', 'search', 'directory', 'bloggers', 'add', 'rss', 'discussion') ); 24 23 $this->Auth->autoRedirect = true; 25 24 $this->set('cU', $this->Auth->user()); // $cU current user array to use in the views if user logged
