diff options
| author | michael pereira | 2011-03-29 10:59:15 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-29 10:59:15 +0200 |
| commit | 03b4da383449c290ea01723095d1a87fa257fea5 (patch) | |
| tree | 4943185a212ced33465b92811cd070bf8e45b717 /application/modules/user/controllers/IndexController.php | |
| parent | updatebutton geadded (diff) | |
| download | pbs2-03b4da383449c290ea01723095d1a87fa257fea5.tar.gz pbs2-03b4da383449c290ea01723095d1a87fa257fea5.tar.xz pbs2-03b4da383449c290ea01723095d1a87fa257fea5.zip | |
Preboot User Controller fertig, ACL fehlt noch
Diffstat (limited to 'application/modules/user/controllers/IndexController.php')
| -rw-r--r-- | application/modules/user/controllers/IndexController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php index f795b16..f786eb7 100644 --- a/application/modules/user/controllers/IndexController.php +++ b/application/modules/user/controllers/IndexController.php @@ -9,6 +9,7 @@ class User_IndexController extends Zend_Controller_Action public function indexAction() { + if (!Zend_Auth::getInstance()->hasIdentity()) { $this->view->text = 'Your not logged in, please log in first <a href="/user/auth/">here</a>.'; } |
