summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth/login.phtml
diff options
context:
space:
mode:
authorSimon2011-01-31 15:09:44 +0100
committerSimon2011-01-31 15:09:44 +0100
commit8e1302857fb4350bb68a7b334a183ba68c59e91c (patch)
treefc5bf3e8c958fb8c90e48182e57d10942db0d645 /application/views/scripts/auth/login.phtml
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-8e1302857fb4350bb68a7b334a183ba68c59e91c.tar.gz
pbs2-8e1302857fb4350bb68a7b334a183ba68c59e91c.tar.xz
pbs2-8e1302857fb4350bb68a7b334a183ba68c59e91c.zip
Login funktioniert
Diffstat (limited to 'application/views/scripts/auth/login.phtml')
-rw-r--r--application/views/scripts/auth/login.phtml5
1 files changed, 2 insertions, 3 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>";
+
+
?>