diff options
Diffstat (limited to 'www/wot.php')
-rw-r--r-- | www/wot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wot.php b/www/wot.php index d09c6bd..8395a58 100644 --- a/www/wot.php +++ b/www/wot.php @@ -277,8 +277,8 @@ $iecho= "c"; exit; } - //met assuree in person, not appliciable fot TTP / TTP Topup assurances - if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_REQUEST['method'] != "Trusted Third Parties") + //met assuree in person, not appliciable for TTP / TTP Topup assurances + if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_REQUEST['method'] != "Trusted 3rd Parties") { show_page("VerifyData","",_("You failed to check all boxes to validate your adherence to the rules and policies of CAcert")); exit; |