New: add information

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

View File

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

View File

@ -91,6 +91,9 @@ 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();