From 9aad868420395f538779ef9ff030ffbbcba63dce Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Sep 2011 15:19:55 +0000 Subject: [PATCH] New: add information --- htdocs/webservices/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/webservices/index.php b/htdocs/webservices/index.php index 097c53bfe87..d99da75f9aa 100644 --- a/htdocs/webservices/index.php +++ b/htdocs/webservices/index.php @@ -91,6 +91,9 @@ if ($conf->fournisseur->enabled) } print '
'; +print '
'; +print 'NUSoap library path used by Dolibarr: '.NUSOAP_PATH.'
'; +print '
'; $db->close();