From 2778c10c2e44c7b851f4873e1cc8a73041bd3903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 20 Feb 2022 19:00:13 +0100 Subject: [PATCH] fix update archive --- src/Jirafeau/a.php | 13 +++++-------- src/bash/filter.sh | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/Jirafeau/a.php b/src/Jirafeau/a.php index b9e80e2..d6916d8 100644 --- a/src/Jirafeau/a.php +++ b/src/Jirafeau/a.php @@ -64,6 +64,7 @@ define ('M_LOGOUT', 'Deconnecter'); define ('M_REFRESH', 'Actualiser'); define ('M_LOGOUT_TOKEN', "Vous n'êtes plus connecté."); define ('M_SEND_TOKEN', "

Vous allez recevoir un lien d'accès temporaire à vos données.

"); +define ('M_WELCOME', "

Informations concernant le compte : ___SENDER___
(page actualisée à ___DATE___)

"); define ('M_INCONSISTENT_DATES', " (dates incohéantes avec ___FILENAME___ : ___DIRTIME___ != ___FILETIME___)"); @@ -885,9 +886,7 @@ if (isset ($_REQUEST [A_DELETE])) { if ($doLogout || (isset ($_REQUEST [A_ACTION]) && $_REQUEST [A_ACTION] == T_LOGOUT)) { rmToken ($sender); require (JIRAFEAU_ROOT . 'lib/template/header.php'); - echo - "

Informations concernant le compte : ".$sender."". - " (page actualisée à ".date ("H:i:s")." le ".date ("d/m/Y").").

"; + echo str_replace (["___SENDER___", "___DATE___"], [$sender, jirafeau_get_datetimefield (time ())], M_WELCOME); if ($message) echo "

Info : ".$message."

"; echo M_LOGOUT; @@ -944,9 +943,7 @@ while ( ($d = array_shift ($stack)) && $d != null) { } } require (JIRAFEAU_ROOT . 'lib/template/header.php'); -echo - "

Informations concernant le compte : ".$sender."". - " (page actualisée à ".date ("H:i:s")." le ".date ("d/m/Y").").

"; +echo str_replace (["___SENDER___", "___DATE___"], [$sender, jirafeau_get_datetimefield (time ())], M_WELCOME); if ($message) echo "

Info : ".$message."

"; echo '