diff options
Diffstat (limited to 'application/views/scripts')
| -rw-r--r-- | application/views/scripts/auth/login.phtml | 5 | ||||
| -rw-r--r-- | application/views/scripts/index/index.phtml | 8 |
2 files changed, 2 insertions, 11 deletions
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 "<pre>"; -print_r($_SESSION); -echo "</pre>"; + + ?> 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 @@ -<?php -echo "already logged in as: " . Zend_Auth::getInstance()->getIdentity(); -echo "<pre>"; -print_r($_SESSION); -echo "</pre>"; -Zend_Debug::dump($_SESSION, $label="_SESSION nach Login: ", $echo=true); - $this->view->loginStatus = "Eingeloggt als " . $this->_userNamespace->username; -?> <h1>Zend-Framework Index</h1> |
