Install show choosen password for admin
This commit is contained in:
parent
bd15765c23
commit
99b6d77a10
2 changed files with 2 additions and 2 deletions
|
|
@ -601,7 +601,7 @@ if ($account == 0 ) {
|
|||
if ( ! DEBUG) ob_end_clean();
|
||||
echo '<h1>'._('Important').'</h1>';
|
||||
echo '<p>'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'</p>';
|
||||
echo '<p>',_('Mot de passe'),' phpcompta','</p>';
|
||||
echo '<p>',_('Mot de passe')," ",NOALYSS_ADMIN_PASSWORD,'</p>';
|
||||
}// end if
|
||||
// Add a french accountancy model
|
||||
//--
|
||||
|
|
|
|||
|
|
@ -2282,7 +2282,7 @@ class Fiche
|
|||
echo td($attr->av_text, 'style="padding: 0 10 1 10;white-space:nowrap;" '.$sort);
|
||||
}
|
||||
else {
|
||||
$value=$cn->make_array($attr->ad_extra);
|
||||
$value=$this->cn->make_array($attr->ad_extra);
|
||||
$row_content="";
|
||||
for ($e=0; $e<count($value); $e++) {
|
||||
if ( $value[$e]['value']==$attr->av_text) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue