diff --git a/plugins/wordpress-mu-plugin-fasauth/fasauth.php b/plugins/wordpress-mu-plugin-fasauth/fasauth.php index 6344564..d561bf1 100644 --- a/plugins/wordpress-mu-plugin-fasauth/fasauth.php +++ b/plugins/wordpress-mu-plugin-fasauth/fasauth.php @@ -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); diff --git a/scripts/Auth_FAS_MediaWiki/Auth_FAS.php b/scripts/Auth_FAS_MediaWiki/Auth_FAS.php index 7cc7467..51323df 100644 --- a/scripts/Auth_FAS_MediaWiki/Auth_FAS.php +++ b/scripts/Auth_FAS_MediaWiki/Auth_FAS.php @@ -21,7 +21,7 @@ class Auth_FAS extends AuthPlugin { # 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);