Work on webservices

This commit is contained in:
Laurent Destailleur 2010-12-06 02:40:58 +00:00
parent da0fabc0b9
commit 62158d49a7

View File

@ -125,7 +125,7 @@ $url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_other.php';
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n"; print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
if ($conf->societe->enabled) if ($conf->societe->enabled)
{ {
$url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_societe.php'; $url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_thirdparty.php';
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n"; print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
} }
if ($conf->facture->enabled) if ($conf->facture->enabled)