From faf74360d99b9d9f006ddccac5191809a9f015f2 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/admin/webservices.php | 5 ++--- htdocs/webservices/index.php | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/webservices/admin/webservices.php b/htdocs/webservices/admin/webservices.php index 8ab85c8ee05..128b13106e6 100644 --- a/htdocs/webservices/admin/webservices.php +++ b/htdocs/webservices/admin/webservices.php @@ -2,7 +2,7 @@ /* Copyright (C) 2004 Rodolphe Quiedeville * Copyright (C) 2005-2010 Laurent Destailleur * Copyright (C) 2011 Juanjo Menent - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -92,7 +92,7 @@ print ""; print ''; -if ($mesg) print '
'.$mesg; +dol_htmloutput_mesg($mesg); print '

'; @@ -140,7 +140,6 @@ if ($conf->fournisseur->enabled) } print '
'; -dol_htmloutput_mesg($mesg); $db->close(); 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();