diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index b34ed3a31c1..c3d1378b1c1 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -1875,7 +1875,6 @@ if (! GETPOST('hide_websitemenu'))
}
if (! empty($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER))
{
- $linktotestonwebserver.= '
'.$langs->trans($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER);
$htmltext.= '
'.$langs->trans($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER);
}
else