unwanted commented code
This commit is contained in:
parent
6e4eeb8b3c
commit
c11fc9d3e5
@ -70,10 +70,10 @@ $id = GETPOST('id');
|
|||||||
$securekeyreceived = GETPOST("securekey");
|
$securekeyreceived = GETPOST("securekey");
|
||||||
$securekeytocompare = dol_hash($conf->global->EVENTORGANIZATION_SECUREKEY.'conferenceorbooth'.$id, 'md5');
|
$securekeytocompare = dol_hash($conf->global->EVENTORGANIZATION_SECUREKEY.'conferenceorbooth'.$id, 'md5');
|
||||||
|
|
||||||
// if ($securekeytocompare != $securekeyreceived) {
|
if ($securekeytocompare != $securekeyreceived) {
|
||||||
// print $langs->trans('MissingOrBadSecureKey');
|
print $langs->trans('MissingOrBadSecureKey');
|
||||||
// exit;
|
exit;
|
||||||
// }
|
}
|
||||||
|
|
||||||
$listofvotes = explode(',', $_SESSION["savevotes"]);
|
$listofvotes = explode(',', $_SESSION["savevotes"]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user