s/True/TRUE/ in the comment.

This commit is contained in:
Ricky Zhou (周家杰) 2009-08-14 22:22:24 -04:00
parent b6f2bc67e2
commit d9ca5d44a8
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ if (!function_exists('wp_authenticate')) {
# The following two lines need to be uncommented when using a test FAS
# with an invalid cert. Otherwise they should be commented out (or set
# to True) for security.
# to TRUE) for security.
#curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
#curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);