fix form token missing
This commit is contained in:
parent
6bba249935
commit
e23a289553
@ -158,6 +158,7 @@ $head = marges_prepare_head($user);
|
|||||||
$picto = 'margin';
|
$picto = 'margin';
|
||||||
|
|
||||||
print '<form method="post" name="sel" action="'.$_SERVER['PHP_SELF'].'">';
|
print '<form method="post" name="sel" action="'.$_SERVER['PHP_SELF'].'">';
|
||||||
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
|
||||||
dol_fiche_head($head, $langs->trans('checkMargins'), $title, 0, $picto);
|
dol_fiche_head($head, $langs->trans('checkMargins'), $title, 0, $picto);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user