Add more info on error
This commit is contained in:
parent
169934758d
commit
691b9fb227
@ -89,13 +89,13 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
|||||||
print '</head>'."\n";
|
print '</head>'."\n";
|
||||||
|
|
||||||
// Body
|
// Body
|
||||||
print '<body class="body" onload="donnefocus();">';
|
print '<body class="body" onload="donnefocus();">'."\n";
|
||||||
|
|
||||||
// Start Form
|
// Start Form
|
||||||
print '<form id="login" name="login" method="post" action="';
|
print '<form id="login" name="login" method="post" action="';
|
||||||
print $_SERVER['PHP_SELF'];
|
print $_SERVER['PHP_SELF'];
|
||||||
print $_SERVER["QUERY_STRING"]?'?'.$_SERVER["QUERY_STRING"]:'';
|
print $_SERVER["QUERY_STRING"]?'?'.$_SERVER["QUERY_STRING"]:'';
|
||||||
print '">';
|
print '">'."\n";
|
||||||
|
|
||||||
// Table 1
|
// Table 1
|
||||||
print '<table cellpadding="0" cellspacing="0" border="0" align="center" width="450">';
|
print '<table cellpadding="0" cellspacing="0" border="0" align="center" width="450">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user