Added CSRF protection
This commit is contained in:
parent
b54360389f
commit
c6f2ae6695
2 changed files with 2 additions and 0 deletions
|
@ -31,4 +31,5 @@
|
|||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="oldid" value="<?=$id?>">
|
||||
<input type="hidden" name="csrf" value="<?=make_csrf('emaildispute')?>" />
|
||||
</form>
|
||||
|
|
|
@ -32,4 +32,5 @@
|
|||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="oldid" value="<?=$id?>">
|
||||
<input type="hidden" name="csrf" value="<?=make_csrf('domaindispute')?>" />
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue