Skip to content

Commit

Permalink
Fix info message
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 27, 2019
1 parent 6b2b996 commit 789a763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/website/index.php
Expand Up @@ -1875,6 +1875,7 @@
}
if (! empty($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER))
{
$linktotestonwebserver.= '<br>'.$langs->trans($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER);
$htmltext.= '<br>'.$langs->trans($conf->global->WEBSITE_REPLACE_INFO_ABOUT_USAGE_WITH_WEBSERVER);
}
else
Expand Down

0 comments on commit 789a763

Please sign in to comment.