diff options
| author | Simon | 2011-01-31 13:55:22 +0100 |
|---|---|---|
| committer | Simon | 2011-01-31 13:55:22 +0100 |
| commit | c142c466c6cc2efaec799334bbf36b514d1d1055 (patch) | |
| tree | b409ba9b63b9d121b5881e92654b79cb182b6a2c /application/views/scripts/auth | |
| parent | bootstrap und login funktionieren (diff) | |
| download | pbs2-c142c466c6cc2efaec799334bbf36b514d1d1055.tar.gz pbs2-c142c466c6cc2efaec799334bbf36b514d1d1055.tar.xz pbs2-c142c466c6cc2efaec799334bbf36b514d1d1055.zip | |
authController geänder
Diffstat (limited to 'application/views/scripts/auth')
| -rw-r--r-- | application/views/scripts/auth/login.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/views/scripts/auth/login.phtml b/application/views/scripts/auth/login.phtml index 8312487..0618564 100644 --- a/application/views/scripts/auth/login.phtml +++ b/application/views/scripts/auth/login.phtml @@ -1,5 +1,9 @@ <?php $this->loginForm->setAction($this->url()); echo $this->loginForm; + +echo "<pre>"; +print_r($_SESSION); +echo "</pre>"; ?> |
