no wanted changes
This commit is contained in:
parent
dfb10f7362
commit
7ee47b725b
@ -86,10 +86,10 @@ if ($resultproject < 0) {
|
|||||||
$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;
|
||||||
// }
|
}
|
||||||
|
|
||||||
// Load translation files
|
// Load translation files
|
||||||
$langs->loadLangs(array("main", "companies", "install", "other", "eventorganization"));
|
$langs->loadLangs(array("main", "companies", "install", "other", "eventorganization"));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user