Added CSRF protection

This commit is contained in:
root 2008-09-07 22:03:28 +00:00
parent b54360389f
commit c6f2ae6695
2 changed files with 2 additions and 0 deletions

View file

@ -31,4 +31,5 @@
</tr>
</table>
<input type="hidden" name="oldid" value="<?=$id?>">
<input type="hidden" name="csrf" value="<?=make_csrf('emaildispute')?>" />
</form>

View file

@ -32,4 +32,5 @@
</tr>
</table>
<input type="hidden" name="oldid" value="<?=$id?>">
<input type="hidden" name="csrf" value="<?=make_csrf('domaindispute')?>" />
</form>