diff options
author | Josh Hoyt <josh@janrain.com> | 2006-10-04 00:04:51 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-10-04 00:04:51 +0000 |
commit | 90b649bcb17b535dcb4b3435ebf377d99d2bd821 (patch) | |
tree | d79e5c07beffb1faec3968b01a55c01e3ca20168 | |
parent | 96569b05208038ed136cd61c1d8046663524a0b8 (diff) | |
download | php-openid-90b649bcb17b535dcb4b3435ebf377d99d2bd821.zip php-openid-90b649bcb17b535dcb4b3435ebf377d99d2bd821.tar.gz php-openid-90b649bcb17b535dcb4b3435ebf377d99d2bd821.tar.bz2 |
[project @ Fix option name for texttest.php (insecure_rand)]
-rw-r--r-- | admin/texttest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/texttest.php b/admin/texttest.php index fea7a29..bf174a5 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -43,7 +43,7 @@ function microtime_float() $longopts = array('no-math', 'math-lib=', - 'insecure_rand', + 'insecure-rand', 'thorough'); $con = new Console_Getopt; |