MSIN-3821 ajout de v2 pour les admin

This commit is contained in:
2026-06-02 11:59:53 -04:00
parent 79bea0f9c7
commit 2f699ed10d
2 changed files with 4 additions and 1 deletions

View File

@ -68,6 +68,9 @@ if ($intEveId != 0) {
<?php
fxShowBibTool3($strBibCode, $intEveId, $strLangue);
if (isset($_SESSION['usa_id'])) {
fxShowBibTool4($strBibCode, $intEveId, $strLangue);
}
?>
<a class="btn btn-primary rounded-pill" id="link_back" href="<?php echo $vDomaine . $strPage . "/inc_tableau_promoteur?promoteur_eve_id=" . urlencode(base64_encode($intEveId)); ?>">

View File

@ -7,7 +7,7 @@
* Constantes *
*
**************/
define('_VERSION_CODE', '4.72.57');
define('_VERSION_CODE', '4.72.58');
define('_DATE_CODE', '2026-03-09');
//MSIN-4290
define('QR_SECRET_KEY', 'ms1_qr_2026_cle_secrete_longue_et_fixe');