Skip to content
Snippets Groups Projects
Commit 62158d49 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Work on webservices

parent da0fabc0
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ $url=$urlwithouturlroot.DOL_URL_ROOT.'/webservices/server_other.php'; ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment