Qual: Quelques commentaires dans le code
This commit is contained in:
parent
a2cb3ce56a
commit
5d945f2586
@ -21,6 +21,14 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
\file htdocs/install/etape4.php
|
||||||
|
\brief Demande le login et mode de passe de l'administrateur Dolibarr
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
include_once("./inc.php");
|
include_once("./inc.php");
|
||||||
|
|
||||||
$setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:$langcode);
|
$setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:$langcode);
|
||||||
@ -60,7 +68,7 @@ $ok = 0;
|
|||||||
if ($db->ok == 1)
|
if ($db->ok == 1)
|
||||||
{
|
{
|
||||||
|
|
||||||
print '<tr><td>'.$langs->trans("Login").' :</td><td>';
|
print '<tr><td>'.$langs->trans("DolibarrAdminLogin").' :</td><td>';
|
||||||
print '<input name="login"></td></tr>';
|
print '<input name="login"></td></tr>';
|
||||||
print '<tr><td>'.$langs->trans("Password").' :</td><td>';
|
print '<tr><td>'.$langs->trans("Password").' :</td><td>';
|
||||||
print '<input type="password" name="pass"></td></tr>';
|
print '<input type="password" name="pass"></td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user