From c710b64eb37c459c4035e4dd2847d20be2f82fbc Mon Sep 17 00:00:00 2001 From: kindlm Date: Mon, 14 Mar 2016 17:33:28 +0100 Subject: [PATCH] Kleines L aus Securimage entfernt --- include/securimage/securimage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/securimage/securimage.php b/include/securimage/securimage.php index 955fbf869..eeb19e6ed 100755 --- a/include/securimage/securimage.php +++ b/include/securimage/securimage.php @@ -283,7 +283,7 @@ class Securimage * The character set to use for generating the captcha code * @var string */ - public $charset = 'ABCDEFGHKLMNPRSTUVWYZabcdefghklmnprstuvwyz23456789'; + public $charset = 'ABCDEFGHKLMNPRSTUVWYZabcdefghkmnprstuvwyz23456789'; /** * How long in seconds a captcha remains valid, after this time it will not be accepted * @var unknown_type