diff options
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/helpers/captcha_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/captcha_helper.rst b/user_guide_src/source/helpers/captcha_helper.rst index 27e11e6f8..3c56addf3 100644 --- a/user_guide_src/source/helpers/captcha_helper.rst +++ b/user_guide_src/source/helpers/captcha_helper.rst @@ -66,7 +66,7 @@ Once loaded you can generate a captcha like this:: 'word_length' => 8, 'pool' => '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', - // White background and border, black text and shadow, red grid + // White background and border, black text and red grid 'colors' => array( 'background' => array(255, 255, 255), 'border' => array(255, 255, 255), |