add session newtoken
This commit is contained in:
parent
76dd9e42d2
commit
1bbf6737ec
@ -761,6 +761,7 @@ if ($step == 3 && $datatoexport)
|
|||||||
|
|
||||||
// un formulaire en plus pour recuperer les filtres
|
// un formulaire en plus pour recuperer les filtres
|
||||||
print '<form action="'.$_SERVER["PHP_SELF"].'?step=4&action=submitFormField&datatoexport='.$datatoexport.'" name="FilterField" method="post">';
|
print '<form action="'.$_SERVER["PHP_SELF"].'?step=4&action=submitFormField&datatoexport='.$datatoexport.'" name="FilterField" method="post">';
|
||||||
|
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>'.$langs->trans("Entities").'</td>';
|
print '<td>'.$langs->trans("Entities").'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user