From 1cb3ed3788f206dae677537e72916832d57fff13 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Sep 2008 02:46:35 +0000 Subject: [PATCH] http://bugs.cacert.org/view.php?id=608 --- www/wot.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/wot.php b/www/wot.php index 560cbf1..5f36c90 100644 --- a/www/wot.php +++ b/www/wot.php @@ -403,6 +403,8 @@ if($oldid == 8) { + csrf_check("chgcontact"); + $info = mysql_escape_string(strip_tags(stripslashes($_POST['contactinfo']))); $listme = intval($_POST['listme']); if($listme < 0 || $listme > 1)