diff options
| author | Simon | 2011-01-31 15:09:44 +0100 |
|---|---|---|
| committer | Simon | 2011-01-31 15:09:44 +0100 |
| commit | 8e1302857fb4350bb68a7b334a183ba68c59e91c (patch) | |
| tree | fc5bf3e8c958fb8c90e48182e57d10942db0d645 /application/views/scripts/index | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-8e1302857fb4350bb68a7b334a183ba68c59e91c.tar.gz pbs2-8e1302857fb4350bb68a7b334a183ba68c59e91c.tar.xz pbs2-8e1302857fb4350bb68a7b334a183ba68c59e91c.zip | |
Login funktioniert
Diffstat (limited to 'application/views/scripts/index')
| -rw-r--r-- | application/views/scripts/index/index.phtml | 8 |
1 files changed, 0 insertions, 8 deletions
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> |
