diff options
Diffstat (limited to 'examples/detect.php')
-rw-r--r-- | examples/detect.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/detect.php b/examples/detect.php index 07106e7..0d7fc77 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -194,8 +194,9 @@ function detect_math($r, &$out) $out .= $r->ol(array( 'Install the ' . $gmp_lnk . ' PHP extension', 'Install the ' . $bc_lnk . ' PHP extension', - 'If your site is low-security, define ' . - 'Auth_OpenID_NO_MATH_SUPPORT. The library will function, but ' . + 'If your site is low-security, call ' . + 'Auth_OpenID_setNoMathSupport(), defined in Auth/OpenID/BigMath.php. ', + 'The library will function, but ' . 'the security of your OpenID server will depend on the ' . 'security of the network links involved. If you are only ' . 'using consumer support, you should still be able to operate ' . |