diff options
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>"; ?> |
