add cloud
This commit is contained in:
parent
c5098af237
commit
9eb1eca8d1
@ -164,7 +164,6 @@ if (isset ($_REQUEST [A_ACTION]) && $_REQUEST [A_ACTION] == T_FORGETME) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset ($_REQUEST [A_HASH]))
|
if (isset ($_REQUEST [A_HASH]))
|
||||||
$message .= '<div class="message-error">Version expérimentale. Ne fonctionne actuellement que pour les archives.</div>'.NL;
|
|
||||||
|
|
||||||
if ($message)
|
if ($message)
|
||||||
echo $message;
|
echo $message;
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
# knowledge of the CeCILL-B license and that you accept its terms. #
|
# knowledge of the CeCILL-B license and that you accept its terms. #
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information)
|
# Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information)
|
||||||
# version : 2.24 (2025-01-26)
|
# version : 2.25 (2025-05-08)
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# - installer l'utilitaire apg pour génération de mot de passes
|
# - installer l'utilitaire apg pour génération de mot de passes
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
# knowledge of the CeCILL-B license and that you accept its terms. #
|
# knowledge of the CeCILL-B license and that you accept its terms. #
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information)
|
# Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information)
|
||||||
# version : 2.24 (2025-01-26)
|
# version : 2.25 (2025-05-08)
|
||||||
|
|
||||||
PRG=$(basename $0)
|
PRG=$(basename $0)
|
||||||
|
|
||||||
|
@ -243,7 +243,7 @@ MainAttachment::readCloudUrl () {
|
|||||||
LOG_BUG (line.rfind ("cloud: bad", 0) == 0, return, "eMailShrinker: bug M14: bad cloud link. (line: " << line << ")");
|
LOG_BUG (line.rfind ("cloud: bad", 0) == 0, return, "eMailShrinker: bug M14: bad cloud link. (line: " << line << ")");
|
||||||
if (line.rfind ("cloud: none", 0) == 0)
|
if (line.rfind ("cloud: none", 0) == 0)
|
||||||
return;
|
return;
|
||||||
// XXX wait new version // cloudDownloadURL = line.substr (7);
|
cloudDownloadURL = line.substr (7);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ================================================================================
|
// ================================================================================
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "version.hpp"
|
#include "version.hpp"
|
||||||
const std::string kaz::LAST_VERSION_NUM ("2.24");
|
const std::string kaz::LAST_VERSION_NUM ("2.25");
|
||||||
const std::string kaz::LAST_VERSION_DATE ("2025-01-26");
|
const std::string kaz::LAST_VERSION_DATE ("2025-05-08");
|
||||||
const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker");
|
const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker");
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user