unwanted commented code

This commit is contained in:
Faustin 2022-11-24 14:30:34 +01:00
parent 6e4eeb8b3c
commit c11fc9d3e5

View File

@ -70,10 +70,10 @@ $id = GETPOST('id');
$securekeyreceived = GETPOST("securekey");
$securekeytocompare = dol_hash($conf->global->EVENTORGANIZATION_SECUREKEY.'conferenceorbooth'.$id, 'md5');
// if ($securekeytocompare != $securekeyreceived) {
// print $langs->trans('MissingOrBadSecureKey');
// exit;
// }
if ($securekeytocompare != $securekeyreceived) {
print $langs->trans('MissingOrBadSecureKey');
exit;
}
$listofvotes = explode(',', $_SESSION["savevotes"]);