Added CSRF protection

pull/1/head
root 16 years ago
parent b54360389f
commit c6f2ae6695

@ -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…
Cancel
Save