summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authormentos2011-01-31 15:15:01 +0100
committermentos2011-01-31 15:15:01 +0100
commit7f58139b45f342843d7d7e9d0a2d1dfda6b6eff3 (patch)
tree7d1f45cbf759c09079fff7b40716c129965bff96 /application/views/scripts
parentPersonen registrierung (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-7f58139b45f342843d7d7e9d0a2d1dfda6b6eff3.tar.gz
pbs2-7f58139b45f342843d7d7e9d0a2d1dfda6b6eff3.tar.xz
pbs2-7f58139b45f342843d7d7e9d0a2d1dfda6b6eff3.zip
Person Controller
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/auth/login.phtml5
-rw-r--r--application/views/scripts/index/index.phtml8
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>