Code comment

This commit is contained in:
Laurent Destailleur 2022-08-14 15:28:04 +02:00
parent bdb06ae9b5
commit 0bd33ae338

View File

@ -58,7 +58,7 @@ $action = GETPOST('action', 'aZ09');
$signature = GETPOST('signaturebase64');
$ref = GETPOST('ref', 'aZ09');
$mode = GETPOST('mode', 'aZ09');
$mode = GETPOST('mode', 'aZ09'); // 'proposal', ...
$SECUREKEY = GETPOST("securekey"); // Secure key
$error = 0;