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/auth | |
| 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/auth')
| -rw-r--r-- | application/views/scripts/auth/login.phtml | 5 |
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>"; + + ?> |
