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