summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/wot.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php
index 61fbc1b..fe3b93b 100644
--- a/www/wot.php
+++ b/www/wot.php
@@ -200,12 +200,19 @@ function send_reminder()
if($oldid == 6)
{
$iecho= "c";
- if(!array_key_exists('assertion',$_POST) || $_POST['assertion'] != 1 || !array_key_exists('rules',$_POST) || $_POST['rules'] != 1)
+ if(!array_key_exists('assertion',$_POST) || $_POST['assertion'] != 1)
{
show_page("VerifyData","",_("You failed to check all boxes to validate your adherence to the rules and policies of CAcert"));
exit;
}
+/* if(!array_key_exists('rules',$_POST) || $_POST['rules'] != 1)
+ {
+ show_page("VerifyData","",_("You failed to check all boxes to validate your adherence to the rules and policies of CAcert"));
+ exit;
+ }
+*/
+
if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_SESSION['profile']['ttpadmin'] != 1)
{
show_page("VerifyData","",_("You failed to check all boxes to validate your adherence to the rules and policies of CAcert"));