MSIN-3821 ajout de v2 pour les admin
This commit is contained in:
@ -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)); ?>">
|
||||
|
||||
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user