diff options
author | Andrey Andreev <narf@devilix.net> | 2017-01-06 11:50:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-01-06 11:50:58 +0100 |
commit | cd78f072773bc670eb8ec13f2a3bff1d926d7b61 (patch) | |
tree | 97997a0ce06704fb757d2443e7ce65c2cf54a8d8 | |
parent | 3a2ea0f3a4c203a9f16c99cb994a5f7de1e61bb2 (diff) |
[ci skip] A cosmetic change to the PR #4251
-rw-r--r-- | system/helpers/captcha_helper.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php index 442a915ef..a79904c35 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -68,6 +68,7 @@ if ( ! function_exists('create_captcha')) 'img_url' => '', 'img_width' => '150', 'img_height' => '30', + 'img_alt' => 'captcha' 'font_path' => '', 'expiration' => 7200, 'word_length' => 8, @@ -79,8 +80,7 @@ if ( ! function_exists('create_captcha')) 'border' => array(153,102,102), 'text' => array(204,153,153), 'grid' => array(255,182,182) - ), - 'img_alt' => 'captcha' + ) ); foreach ($defaults as $key => $val) |