pre-release
This commit is contained in:
parent
8959054c82
commit
b34c5f1097
@ -23,10 +23,10 @@ require("./pre.inc.php3");
|
|||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
print "<h3>Dolibarr</h3>";
|
print "<b>Dolibarr ".DOL_VERSION."</b><br>";
|
||||||
|
|
||||||
print translate("User") . ' : <b>' . $user->prenom . ' ' . $user->nom .'</b> ['.$user->code.']';
|
print 'Connecté en tant que : <b>' . $user->prenom . ' ' . $user->nom .'</b> ['.$user->code.']';
|
||||||
print "<p>";
|
print "<br>";
|
||||||
/*
|
/*
|
||||||
* Boites
|
* Boites
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user