diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2013-09-01 17:29:41 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2013-09-01 17:29:41 +0200 |
commit | a4ad0eda59ead11d708b96eb67dc657a4429ba8c (patch) | |
tree | 4d19b4aa9d3a647c054aed939bad2d84b7d0456b | |
parent | a9724d6d7d3cb2465948b6cd72a52251d6a27623 (diff) | |
download | cacert-devel-a4ad0eda59ead11d708b96eb67dc657a4429ba8c.tar.gz cacert-devel-a4ad0eda59ead11d708b96eb67dc657a4429ba8c.tar.xz cacert-devel-a4ad0eda59ead11d708b96eb67dc657a4429ba8c.zip |
Replaced "Trusted 3rd Parties" by "Trusted Third Parties", "Trusted 3rd Parties" is not documented
-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; |