diff --git a/htdocs/public/website/javascript.js.php b/htdocs/public/website/javascript.js.php index 77494b08a6c..31087f868b5 100644 --- a/htdocs/public/website/javascript.js.php +++ b/htdocs/public/website/javascript.js.php @@ -1,7 +1,7 @@ * Copyright (C) 2024-2025 MDW - * Copyright (C) 2024 Frédéric France + * Copyright (C) 2024-2025 Frédéric France * * 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 @@ -89,7 +89,11 @@ function llxFooter($comment = '', $zone = 'private', $disabledoutputofmessages = require '../../master.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; - +/** + * @var Conf $conf + * @var DoliDB $db + * @var Translate $langs + */ $error = 0; $website = GETPOST('website', 'alpha');