New: Show param to overwite lib path

This commit is contained in:
Laurent Destailleur 2011-09-07 15:08:49 +00:00
parent faf74360d9
commit 55d9c3274a
2 changed files with 3 additions and 5 deletions

View File

@ -92,7 +92,7 @@ print "</center>";
print '</form>'; print '</form>';
dol_htmloutput_mesg($mesg); if ($mesg) print '<br>'.$mesg;
print '<br><br>'; print '<br><br>';
@ -140,6 +140,7 @@ if ($conf->fournisseur->enabled)
} }
print '<br>'; print '<br>';
dol_htmloutput_mesg($mesg);
$db->close(); $db->close();

View File

@ -91,9 +91,6 @@ if ($conf->fournisseur->enabled)
} }
print '<br>'; print '<br>';
print '<br>';
print 'NUSoap library path used by Dolibarr: '.NUSOAP_PATH.'<br>';
print '<br>';
$db->close(); $db->close();