From e498f4a45f8578bcd76f59899ee13bdc443a205c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Apr 2009 21:49:43 +0000 Subject: [PATCH] http://bugs.cacert.org/view.php?id=621 --- www/wot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/wot.php b/www/wot.php index a2952ba..b62820e 100644 --- a/www/wot.php +++ b/www/wot.php @@ -160,14 +160,14 @@ if(!array_key_exists('assertion',$_POST) || $_POST['assertion'] != 1 || !array_key_exists('rules',$_POST) || $_POST['rules'] != 1) { $id = $oldid; - $oldid=0; + $oldid=6; $_SESSION['_config']['error'] = _("You failed to check all boxes to validate your adherence to the rules and policies of CAcert"); } if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_SESSION['profile']['ttpadmin'] != 1) { $id = $oldid; - $oldid=0; + $oldid=6; $_SESSION['_config']['error'] = _("You failed to check all boxes to validate your adherence to the rules and policies of CAcert"); } }