New: Show param to overwite lib path
This commit is contained in:
parent
faf74360d9
commit
55d9c3274a
@ -92,7 +92,7 @@ print "</center>";
|
||||
|
||||
print '</form>';
|
||||
|
||||
dol_htmloutput_mesg($mesg);
|
||||
if ($mesg) print '<br>'.$mesg;
|
||||
|
||||
print '<br><br>';
|
||||
|
||||
@ -140,6 +140,7 @@ if ($conf->fournisseur->enabled)
|
||||
}
|
||||
print '<br>';
|
||||
|
||||
dol_htmloutput_mesg($mesg);
|
||||
|
||||
$db->close();
|
||||
|
||||
|
||||
@ -91,9 +91,6 @@ if ($conf->fournisseur->enabled)
|
||||
}
|
||||
print '<br>';
|
||||
|
||||
print '<br>';
|
||||
print 'NUSoap library path used by Dolibarr: '.NUSOAP_PATH.'<br>';
|
||||
print '<br>';
|
||||
|
||||
$db->close();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user