diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/texttest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/texttest.php b/admin/texttest.php index 5564aae..bb01eee 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -45,6 +45,7 @@ function microtime_float() } $longopts = array('no-math', + 'no-curl', 'math-lib=', 'insecure-rand', 'thorough'); @@ -72,6 +73,9 @@ foreach ($flags as $flag) { case '--no-math': define('Auth_OpenID_NO_MATH_SUPPORT', true); break; + case '--no-curl': + define('Auth_Yadis_CURL_OVERRIDE', true); + break; case '--math-lib': $math_type[] = $value; break; |