From a860e7b70e8faeb30facda926551bbff33a57822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 24 Aug 2025 20:20:21 +0200 Subject: [PATCH] add doc (#35049) --- htdocs/public/website/javascript.js.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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');