2
0
forked from Wavyzz/dolibarr

Fix: nettoyage du code

This commit is contained in:
Regis Houssin
2007-09-11 19:53:10 +00:00
parent a93400f1bf
commit d95cc2db86
2 changed files with 5 additions and 13 deletions

View File

@@ -1322,18 +1322,10 @@ function dol_loginfunction($notused,$pearstatus)
print '<body class="body" onload="donnefocus();">';
// Start Form
/* if ($conf->global->MAIN_SECURITY_ENABLECAPTCHA)
{
print '<form id="login" name="login" method="post" action="'.DOL_URL_ROOT.'/verifier.php">';
}
else
{
*/
print '<form id="login" name="login" method="post" action="';
print $_SERVER['PHP_SELF'];
print $_SERVER["QUERY_STRING"]?'?'.$_SERVER["QUERY_STRING"]:'';
print '">';
// }
print '<form id="login" name="login" method="post" action="';
print $_SERVER['PHP_SELF'];
print $_SERVER["QUERY_STRING"]?'?'.$_SERVER["QUERY_STRING"]:'';
print '">';
// Table 1
print '<table cellpadding="0" cellspacing="0" border="0" align="center" width="450">';