Commit 96db9d103e0c550e3ec90f6d316cada8eea74186
1 parent
2c09a3fd
added debug logging
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@196 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
login.php
| ... | ... | @@ -99,6 +99,7 @@ if ($loginAction == "loginForm") { |
| 99 | 99 | // TODO: set "no login parameters received error message? |
| 100 | 100 | // internal error message- should never happen |
| 101 | 101 | } |
| 102 | + $default->log->debug("login.php: about to redirect to $url"); | |
| 102 | 103 | redirect($url); |
| 103 | 104 | } |
| 104 | 105 | ?> | ... | ... |