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