From 8e1302857fb4350bb68a7b334a183ba68c59e91c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jan 2011 15:09:44 +0100 Subject: Login funktioniert --- application/views/scripts/auth/login.phtml | 5 ++--- application/views/scripts/index/index.phtml | 8 -------- 2 files changed, 2 insertions(+), 11 deletions(-) (limited to 'application/views/scripts') diff --git a/application/views/scripts/auth/login.phtml b/application/views/scripts/auth/login.phtml index 0618564..0242bc6 100644 --- a/application/views/scripts/auth/login.phtml +++ b/application/views/scripts/auth/login.phtml @@ -2,8 +2,7 @@ $this->loginForm->setAction($this->url()); echo $this->loginForm; -echo "
"; -print_r($_SESSION); -echo ""; + + ?> diff --git a/application/views/scripts/index/index.phtml b/application/views/scripts/index/index.phtml index b3c2b57..487bd28 100644 --- a/application/views/scripts/index/index.phtml +++ b/application/views/scripts/index/index.phtml @@ -1,9 +1 @@ -getIdentity(); -echo "
"; -print_r($_SESSION); -echo ""; -Zend_Debug::dump($_SESSION, $label="_SESSION nach Login: ", $echo=true); - $this->view->loginStatus = "Eingeloggt als " . $this->_userNamespace->username; -?>