Commit 9f98ac72ea1b81d43ff5750f36e3297904a83018
1 parent
24ddb1d3
changed to explicit script location
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2780 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/login.php
| ... | ... | @@ -66,7 +66,7 @@ if ($loginAction == "loginForm") { |
| 66 | 66 | <img src=\"$default->graphicsUrl/ktLogin.jpg\"> |
| 67 | 67 | <br><br> |
| 68 | 68 | <table>\n |
| 69 | - <form name=\"loginForm\" action=\"login.php\" method=\"post\"> | |
| 69 | + <form name=\"loginForm\" action=\"" . $_SERVER["PHP_SELF"] . "\" method=\"post\"> | |
| 70 | 70 | <tr><td>Please enter your details below to login</td></tr> |
| 71 | 71 | <tr><td></td></tr> |
| 72 | 72 | <tr><td><font color=\"red\">" . urldecode($errorMessage) . "</font><tr><td> | ... | ... |